summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2011-08-05 10:15:53 -0500
committerAdam Young <ayoung@redhat.com>2011-08-08 12:00:07 -0400
commitd08dcb40e1db63d4b40d911bb15a656f0dcbf8ae (patch)
treed14e09a7acc96ba50bfd339fa0947c7dcad049d2 /install/ui/dns.js
parent8519967ef139d607b9ec4d9e4d3ff087fe14b3f1 (diff)
downloadfreeipa-d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae.tar.gz
freeipa-d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae.tar.xz
freeipa-d08dcb40e1db63d4b40d911bb15a656f0dcbf8ae.zip
Fixed facet group labels.
The facet group labels have been modified according to UXD spec. Some facet groups will have more descriptive labels. Some others will not have any labels because the facet tab is self-explanatory. Ticket #1423, #1561
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 12c5ff69b..a5ebc2c4e 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -35,6 +35,7 @@ IPA.entity_factories.dnszone = function() {
return IPA.entity_builder().
entity('dnszone').
+ facet_groups([ 'dnsrecord', 'settings' ]).
search_facet({
title: IPA.metadata.objects.dnszone.label,
columns:['idnsname']
@@ -58,7 +59,7 @@ IPA.entity_factories.dnszone = function() {
'idnsupdatepolicy']}]
}).
nested_search_facet({
- facet_group: 'member',
+ facet_group: 'dnsrecord',
nested_entity : 'dnsrecord',
name: 'records',
title: IPA.metadata.objects.dnszone.label_singular,