summaryrefslogtreecommitdiffstats
path: root/install/ui/jsl.conf
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-11-25 13:56:27 +0100
committerPetr Vobornik <pvoborni@redhat.com>2014-04-15 12:41:53 +0200
commit642345fd53faabd9183bef1a7667bdb7956d27f7 (patch)
tree1ac9d5fdf22424a3bf99db5eb505747b28caa92c /install/ui/jsl.conf
parentdec7f98aa995b369f022813093ac88d0062e5089 (diff)
downloadfreeipa-642345fd53faabd9183bef1a7667bdb7956d27f7.tar.gz
freeipa-642345fd53faabd9183bef1a7667bdb7956d27f7.tar.xz
freeipa-642345fd53faabd9183bef1a7667bdb7956d27f7.zip
webui: standalone facet
`facet.Facet` is a new base class for facets. It doesn't have any dependencies on entities so it's usable for general purpose facets, e.g., future API browser, load facet or login facet. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>
Diffstat (limited to 'install/ui/jsl.conf')
-rw-r--r--install/ui/jsl.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/ui/jsl.conf b/install/ui/jsl.conf
index 62343cb1c..4bc1fdecb 100644
--- a/install/ui/jsl.conf
+++ b/install/ui/jsl.conf
@@ -136,6 +136,7 @@
+process src/freeipa/_base/*.js
+process src/freeipa/dialogs/*.js
+process src/freeipa/navigation/*.js
++process src/freeipa/facets/*.js
+process src/freeipa/widgets/*.js
+process src/*.js
+process ./*.js \ No newline at end of file