summaryrefslogtreecommitdiffstats
path: root/install/static/host.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/host.js')
-rw-r--r--install/static/host.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/install/static/host.js b/install/static/host.js
index 6b84f87de..2e82936be 100644
--- a/install/static/host.js
+++ b/install/static/host.js
@@ -56,8 +56,7 @@ IPA.host = function () {
that.add_facet(facet);
facet = IPA.host_details_facet({
- 'name': 'details',
- 'label': 'Details'
+ 'name': 'details'
});
that.add_facet(facet);
@@ -132,7 +131,7 @@ IPA.host_details_facet = function (spec) {
var section = IPA.details_list_section({
'name': 'details',
- 'label': 'Host Details'
+ 'label': 'Host Settings'
});
that.add_section(section);
@@ -481,4 +480,4 @@ IPA.host_managedby_host_facet = function (spec) {
};
return that;
-}; \ No newline at end of file
+};