From ff51e43a3eb2431f253a25351b1b6378224c4b66 Mon Sep 17 00:00:00 2001 From: Pavel Vomacka Date: Tue, 16 Aug 2016 10:06:28 +0200 Subject: Set servers list as default facet in topology facet group Since there is a new warning about only one CA server, the default facet of topology facet group is set to servers list where the warning is. So the warning will be shown right after clicking on Topology section. Part of: https://fedorahosted.org/freeipa/ticket/5828 Reviewed-By: Tomas Krizek --- install/ui/src/freeipa/navigation/menu_spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ui/src/freeipa/navigation/menu_spec.js b/install/ui/src/freeipa/navigation/menu_spec.js index 108f4577f..1abd7204f 100644 --- a/install/ui/src/freeipa/navigation/menu_spec.js +++ b/install/ui/src/freeipa/navigation/menu_spec.js @@ -212,7 +212,7 @@ var nav = {}; ] }, { - entity: 'topologysuffix', + entity: 'server', label: '@i18n:tabs.topology', facet: 'search', children: [ -- cgit