summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-05-10 12:25:08 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-05-15 13:06:06 +0200
commit02b942a72eb787cfca6ef52616cf038309f39c6c (patch)
tree7579ab0ee42e4db12c89b5de6db6828be0d37a97 /install
parent77f2f87fe5222df44f34c73d83a0c33b7835a9ef (diff)
downloadfreeipa-02b942a72eb787cfca6ef52616cf038309f39c6c.tar.gz
freeipa-02b942a72eb787cfca6ef52616cf038309f39c6c.tar.xz
freeipa-02b942a72eb787cfca6ef52616cf038309f39c6c.zip
Correction of nested search facets tab labels
Nested search facets were using 'search' tab label instead of their nested entity name. This patch is fixing that regression. https://fedorahosted.org/freeipa/ticket/2744
Diffstat (limited to 'install')
-rw-r--r--install/ui/automount.js2
-rw-r--r--install/ui/dns.js1
2 files changed, 3 insertions, 0 deletions
diff --git a/install/ui/automount.js b/install/ui/automount.js
index db5e403ca..5a4d5978f 100644
--- a/install/ui/automount.js
+++ b/install/ui/automount.js
@@ -41,6 +41,7 @@ IPA.automount.location_entity = function(spec) {
facet_group: 'automountmap',
nested_entity: 'automountmap',
label: IPA.metadata.objects.automountmap.label,
+ tab_label: IPA.metadata.objects.automountmap.label,
name: 'maps',
columns: [ 'automountmapname' ]
}).
@@ -76,6 +77,7 @@ IPA.automount.map_entity = function(spec) {
nested_entity: 'automountkey',
search_all_entries: true,
label: IPA.metadata.objects.automountkey.label,
+ tab_label: IPA.metadata.objects.automountkey.label,
name: 'keys',
columns: [
{
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 83934516a..d6e6099bc 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -246,6 +246,7 @@ IPA.dns.zone_entity = function(spec) {
deleter_dialog: IPA.dns.record_search_deleter_dialog,
title: IPA.metadata.objects.dnszone.label_singular,
label: IPA.metadata.objects.dnsrecord.label,
+ tab_label: IPA.metadata.objects.dnsrecord.label,
columns: [
{
name: 'idnsname',