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/automount.js | |
parent | 77f2f87fe5222df44f34c73d83a0c33b7835a9ef (diff) | |
download | freeipa-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/ui/automount.js')
-rw-r--r-- | install/ui/automount.js | 2 |
1 files changed, 2 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: [ { |