summaryrefslogtreecommitdiffstats
path: root/install/static/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/service.js')
-rw-r--r--install/static/service.js19
1 files changed, 14 insertions, 5 deletions
diff --git a/install/static/service.js b/install/static/service.js
index 39c7ae2fd..de583bde1 100644
--- a/install/static/service.js
+++ b/install/static/service.js
@@ -1,3 +1,6 @@
+/*jsl:import ipa.js */
+/*jsl:import certificate.js */
+
/* Authors:
* Endi Sukma Dewata <edewata@redhat.com>
*
@@ -64,10 +67,12 @@ IPA.service = function () {
};
return that;
-}
+};
+
IPA.add_entity(IPA.service());
+
IPA.service_add_dialog = function (spec) {
spec = spec || {};
@@ -151,7 +156,8 @@ IPA.service_add_dialog = function (spec) {
};
return that;
-}
+};
+
IPA.service_search_facet = function (spec) {
@@ -166,7 +172,8 @@ IPA.service_search_facet = function (spec) {
};
return that;
-}
+};
+
IPA.service_details_facet = function (spec) {
@@ -226,7 +233,8 @@ IPA.service_details_facet = function (spec) {
};
return that;
-}
+};
+
function service_service_load(result) {
@@ -256,6 +264,7 @@ function service_host_load(result) {
dd.append(host);
}
+
function service_provisioning_status_widget(spec) {
spec = spec || {};
@@ -449,4 +458,4 @@ IPA.service_managedby_host_facet = function (spec) {
};
return that;
-} \ No newline at end of file
+}; \ No newline at end of file