summaryrefslogtreecommitdiffstats
path: root/install/static/hbacsvcgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hbacsvcgroup.js')
-rw-r--r--install/static/hbacsvcgroup.js16
1 files changed, 11 insertions, 5 deletions
diff --git a/install/static/hbacsvcgroup.js b/install/static/hbacsvcgroup.js
index 1d8b832ce..c437768d7 100644
--- a/install/static/hbacsvcgroup.js
+++ b/install/static/hbacsvcgroup.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Endi Sukma Dewata <edewata@redhat.com>
*
@@ -57,10 +59,12 @@ IPA.hbacsvcgroup = function () {
};
return that;
-}
+};
+
IPA.add_entity(IPA.hbacsvcgroup());
+
IPA.hbacsvcgroup_add_dialog = function (spec) {
spec = spec || {};
@@ -76,7 +80,8 @@ IPA.hbacsvcgroup_add_dialog = function (spec) {
};
return that;
-}
+};
+
IPA.hbacsvcgroup_search_facet = function (spec) {
@@ -94,7 +99,7 @@ IPA.hbacsvcgroup_search_facet = function (spec) {
return that;
-}
+};
IPA.hbacsvcgroup_details_facet = function (spec) {
@@ -132,7 +137,8 @@ IPA.hbacsvcgroup_details_facet = function (spec) {
};
return that;
-}
+};
+
IPA.hbacsvcgroup_member_hbacsvc_table_widget = function (spec) {
@@ -189,4 +195,4 @@ IPA.hbacsvcgroup_member_hbacsvc_table_widget = function (spec) {
};
return that;
-} \ No newline at end of file
+};