summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvc.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hbacsvc.js')
-rw-r--r--install/static/hbacsvc.js13
1 files changed, 9 insertions, 4 deletions
diff --git a/install/static/hbacsvc.js b/install/static/hbacsvc.js
index b8340dc4f..eacdf8683 100644
--- a/install/static/hbacsvc.js
+++ b/install/static/hbacsvc.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Endi Sukma Dewata <edewata@redhat.com>
*
@@ -51,10 +53,12 @@ IPA.hbacsvc = function () {
};
return that;
-}
+};
+
IPA.add_entity(IPA.hbacsvc());
+
IPA.hbacsvc_add_dialog = function (spec) {
spec = spec || {};
@@ -70,7 +74,8 @@ IPA.hbacsvc_add_dialog = function (spec) {
};
return that;
-}
+};
+
IPA.hbacsvc_search_facet = function (spec) {
@@ -87,7 +92,7 @@ IPA.hbacsvc_search_facet = function (spec) {
};
return that;
-}
+};
IPA.hbacsvc_details_facet = function (spec) {
@@ -111,4 +116,4 @@ IPA.hbacsvc_details_facet = function (spec) {
};
return that;
-} \ No newline at end of file
+}; \ No newline at end of file