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