summaryrefslogtreecommitdiffstats
path: root/install/ui/index.html
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-11-12 18:15:22 +0100
committerPetr Vobornik <pvoborni@redhat.com>2015-11-27 15:50:56 +0100
commitce1645ceeca577d1c73ba77f3eb8cb13c2bef2a1 (patch)
tree7d30e8c1bb09b873031364f7dd67f991eb8b6d72 /install/ui/index.html
parentb8059001a5c57fd06bd977f6cc2448d3b401cabd (diff)
downloadfreeipa-ce1645ceeca577d1c73ba77f3eb8cb13c2bef2a1.tar.gz
freeipa-ce1645ceeca577d1c73ba77f3eb8cb13c2bef2a1.tar.xz
freeipa-ce1645ceeca577d1c73ba77f3eb8cb13c2bef2a1.zip
webui: add d3 library - version 3.5.6
prerequisite for: https://fedorahosted.org/freeipa/ticket/4286 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'install/ui/index.html')
-rw-r--r--install/ui/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/index.html b/install/ui/index.html
index f4fe06d0b..bc0f0cd1e 100644
--- a/install/ui/index.html
+++ b/install/ui/index.html
@@ -22,6 +22,10 @@
async: true,
packages: [
{
+ name: 'libs',
+ location: 'libs'
+ },
+ {
name:'dojo',
location:'dojo'
},