From 02b942a72eb787cfca6ef52616cf038309f39c6c Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Thu, 10 May 2012 12:25:08 +0200 Subject: 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 --- install/ui/dns.js | 1 + 1 file changed, 1 insertion(+) (limited to 'install/ui/dns.js') diff --git a/install/ui/dns.js b/install/ui/dns.js index 83934516..d6e6099b 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', -- cgit