diff options
author | Petr Vobornik <pvoborni@redhat.com> | 2012-05-10 12:25:08 +0200 |
---|---|---|
committer | Petr Vobornik <pvoborni@redhat.com> | 2012-05-15 13:06:06 +0200 |
commit | 02b942a72eb787cfca6ef52616cf038309f39c6c (patch) | |
tree | 7579ab0ee42e4db12c89b5de6db6828be0d37a97 /install/ui/dns.js | |
parent | 77f2f87fe5222df44f34c73d83a0c33b7835a9ef (diff) | |
download | freeipa.git-02b942a72eb787cfca6ef52616cf038309f39c6c.tar.gz freeipa.git-02b942a72eb787cfca6ef52616cf038309f39c6c.tar.xz freeipa.git-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/ui/dns.js')
-rw-r--r-- | install/ui/dns.js | 1 |
1 files changed, 1 insertions, 0 deletions
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', |