From d49cf9ee614f1d42ae06468e43e4214ad2fca9df Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 14 Jan 2011 12:16:25 -0500 Subject: lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and see that there are no error messages. --- install/static/service.js | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) (limited to 'install/static/service.js') diff --git a/install/static/service.js b/install/static/service.js index 39c7ae2f..de583bde 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 * @@ -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 -- cgit