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/automount.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'install/ui/automount.js') diff --git a/install/ui/automount.js b/install/ui/automount.js index db5e403c..5a4d5978 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: [ { -- cgit