summaryrefslogtreecommitdiffstats
path: root/install/ui/src/webui.profile.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-06-05 17:12:41 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-06-30 12:27:05 +0200
commit46a42de5324390496fa70984c2d8cef7a6251b7a (patch)
tree6103453bf0d797f3a7c4d87dee4ed5b808866d12 /install/ui/src/webui.profile.js
parentc2c1131a7a3745a3bdcf9cea8a5c8203e3ae555b (diff)
downloadfreeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.tar.gz
freeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.tar.xz
freeipa-46a42de5324390496fa70984c2d8cef7a6251b7a.zip
webui: layer for standalone pages which use WebUI framework
Current compiled Web UI layer (app.js) contains every FreeIPA plugin and not just the UI framework. It's not possible to start just a simple facet. This commit creates a basis for a layer (core.js) which contains only framework code and not entity related code. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'install/ui/src/webui.profile.js')
-rw-r--r--install/ui/src/webui.profile.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/src/webui.profile.js b/install/ui/src/webui.profile.js
index ad9b15b3a..6fd9d912c 100644
--- a/install/ui/src/webui.profile.js
+++ b/install/ui/src/webui.profile.js
@@ -114,6 +114,9 @@ var profile = (function(){
],
layers: {
+ "freeipa/core": {
+ include: ["freeipa/core"]
+ },
"freeipa/app": {
include: ["freeipa/app", "freeipa/extend"]
}