mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: remove moot error from webui build
add module 'libs/d3' to a list of modules provided by third party libraries it is provided by d3 library in libs directory https://fedorahosted.org/freeipa/ticket/5641 Reviewed-By: Gabe Alford <redhatrises@gmail.com>
This commit is contained in:
parent
45b0148fcc
commit
e668b06231
@ -108,7 +108,8 @@ var profile = (function(){
|
||||
"dojo/query",
|
||||
"dojo/string",
|
||||
"dojo/NodeList-dom",
|
||||
"dojo/promise/all"
|
||||
"dojo/promise/all",
|
||||
"libs/d3"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user