summaryrefslogtreecommitdiffstats
path: root/install/static/policy.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/policy.js')
-rw-r--r--install/static/policy.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/static/policy.js b/install/static/policy.js
index 7984a2e54..36222c6ab 100644
--- a/install/static/policy.js
+++ b/install/static/policy.js
@@ -40,9 +40,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:'DNS Zone Details'}).
+ IPA.stanza({name:'identity', label:'DNS Zone Settings'}).
input({name:'idnsname'}).
input({name:'idnszoneactive'}).
input({name:'idnssoamname'}).
@@ -507,9 +507,9 @@ IPA.add_entity(function (){
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:'Automount Location Details'}).
+ IPA.stanza({name:'identity', label:'Automount Location Settings'}).
input({name:'cn'}));
return that;
}());
@@ -551,7 +551,7 @@ IPA.add_entity(function (){
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:'Password Policy'}).