summaryrefslogtreecommitdiffstats
path: root/install/static/hostgroup.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/hostgroup.js')
-rw-r--r--install/static/hostgroup.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/static/hostgroup.js b/install/static/hostgroup.js
index f8590cc37..0525c05f2 100644
--- a/install/static/hostgroup.js
+++ b/install/static/hostgroup.js
@@ -38,9 +38,9 @@ IPA.add_entity( function() {
that.add_facet(search_facet);
that.add_facet(function() {
- var that = IPA.details_facet({name:'details',label:'Details'});
+ var that = IPA.details_facet({name:'details'});
that.add_section(
- IPA.stanza({name:'identity', label:'Hostgroup Details'}).
+ IPA.stanza({name:'identity', label:'Hostgroup Settings'}).
input({name:'cn'}).
input({name: 'description'}));
return that;