summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-07-04 15:15:10 +0200
committerAlexander Bokovoy <abokovoy@redhat.com>2012-07-06 13:46:49 +0300
commit61c3b86d734389b2cd77b73030bd5293111e2cc5 (patch)
treed64adb4708d1f1156911b09ef59cca34cde370a6 /install
parent8c5504d26ac3a2bbbb2cc9112eece70dac22a658 (diff)
downloadfreeipa-61c3b86d734389b2cd77b73030bd5293111e2cc5.tar.gz
freeipa-61c3b86d734389b2cd77b73030bd5293111e2cc5.tar.xz
freeipa-61c3b86d734389b2cd77b73030bd5293111e2cc5.zip
Moved configuration to last position in navigation
Configaration was the last navigation item in IPA server tab. Trusts changed it. It was wrong because configuration is like 'other settings' and so it should be last. This patch moves configuration navigation item to the last position again. https://fedorahosted.org/freeipa/ticket/2900
Diffstat (limited to 'install')
-rw-r--r--install/ui/webui.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js
index 9b7c31be4..0be4b1b63 100644
--- a/install/ui/webui.js
+++ b/install/ui/webui.js
@@ -84,8 +84,8 @@ IPA.admin_navigation = function(spec) {
]},
{entity: 'selfservice'},
{entity: 'delegation'},
- {entity: 'config'},
- {entity: 'trust'}
+ {entity: 'trust'},
+ {entity: 'config'}
]}];
var that = IPA.navigation(spec);