diff options
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 |