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/host.js | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'install/static/host.js') diff --git a/install/static/host.js b/install/static/host.js index 6cd6f7bc..6b84f87d 100644 --- a/install/static/host.js +++ b/install/static/host.js @@ -1,3 +1,6 @@ +/*jsl:import ipa.js */ +/*jsl:import certificate.js */ + /* Authors: * Pavel Zuna * Endi S. Dewata @@ -71,10 +74,12 @@ IPA.host = function () { }; return that; -} +}; + IPA.add_entity(IPA.host()); + IPA.host_add_dialog = function (spec) { spec = spec || {}; @@ -93,7 +98,8 @@ IPA.host_add_dialog = function (spec) { }; return that; -} +}; + IPA.host_search_facet = function (spec) { @@ -113,7 +119,8 @@ IPA.host_search_facet = function (spec) { }; return that; -} +}; + IPA.host_details_facet = function (spec) { @@ -200,7 +207,8 @@ IPA.host_details_facet = function (spec) { }; return that; -} +}; + function host_provisioning_status_widget(spec) { @@ -473,4 +481,4 @@ IPA.host_managedby_host_facet = function (spec) { }; return that; -} \ No newline at end of file +}; \ No newline at end of file -- cgit