summaryrefslogtreecommitdiffstats
path: root/install/static/sudocmdgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sudocmdgroup.js')
-rw-r--r--install/static/sudocmdgroup.js16
1 files changed, 11 insertions, 5 deletions
diff --git a/install/static/sudocmdgroup.js b/install/static/sudocmdgroup.js
index 256b8fc5..ef93de9b 100644
--- a/install/static/sudocmdgroup.js
+++ b/install/static/sudocmdgroup.js
@@ -1,3 +1,5 @@
+/*jsl:import ipa.js */
+
/* Authors:
* Endi Sukma Dewata <edewata@redhat.com>
*
@@ -57,10 +59,12 @@ IPA.sudocmdgroup = function () {
};
return that;
-}
+};
+
IPA.add_entity(IPA.sudocmdgroup());
+
IPA.sudocmdgroup_add_dialog = function (spec) {
spec = spec || {};
@@ -76,7 +80,8 @@ IPA.sudocmdgroup_add_dialog = function (spec) {
};
return that;
-}
+};
+
IPA.sudocmdgroup_search_facet = function (spec) {
@@ -93,7 +98,7 @@ IPA.sudocmdgroup_search_facet = function (spec) {
};
return that;
-}
+};
IPA.sudocmdgroup_details_facet = function (spec) {
@@ -131,7 +136,8 @@ IPA.sudocmdgroup_details_facet = function (spec) {
};
return that;
-}
+};
+
IPA.sudocmdgroup_member_sudocmd_table_widget = function (spec) {
@@ -189,4 +195,4 @@ IPA.sudocmdgroup_member_sudocmd_table_widget = function (spec) {
};
return that;
-} \ No newline at end of file
+}; \ No newline at end of file