diff options
author | Adam Young <ayoung@redhat.com> | 2011-01-14 12:16:25 -0500 |
---|---|---|
committer | Endi Sukma Dewata <edewata@people01.fedoraproject.org> | 2011-01-15 03:35:42 +0000 |
commit | d49cf9ee614f1d42ae06468e43e4214ad2fca9df (patch) | |
tree | 04adf3c4a97a533bab04dd3eee8ec8fd82f14909 /install/static/host.js | |
parent | bd965c92d829f9d88f4e29f37890c9beffbd716d (diff) | |
download | freeipa.git-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.gz freeipa.git-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.tar.xz freeipa.git-d49cf9ee614f1d42ae06468e43e4214ad2fca9df.zip |
lint clean added a config file for running jsl. run 'jsl -conf jsl.conf' and see that there are no error messages.
Diffstat (limited to 'install/static/host.js')
-rw-r--r-- | install/static/host.js | 18 |
1 files changed, 13 insertions, 5 deletions
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 <pzuna@redhat.com> * Endi S. Dewata <edewata@redhat.com> @@ -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 |