summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2015-07-07 09:36:32 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-08 00:09:09 +0200
commit62e8002bc43ddd890c3db35a123cb7daf35e3121 (patch)
treefc494dfa37912aaff911f825e4ea702ecd3e3fcb /install
parent25d1afdc54284c6bcf1caf08beae2e66ceb7f4e8 (diff)
downloadfreeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.tar.gz
freeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.tar.xz
freeipa-62e8002bc43ddd890c3db35a123cb7daf35e3121.zip
Hide topology and domainlevel features
* Hide topology and domainlevel commands in the CLI * Hide topology and domainlevel in the WebUI * Set maximum allowed domain level to 0 * Do not configure and enable the topology plugin https://fedorahosted.org/freeipa/ticket/5097 Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/src/freeipa/app.js3
-rw-r--r--install/ui/src/freeipa/navigation/menu_spec.js4
2 files changed, 4 insertions, 3 deletions
diff --git a/install/ui/src/freeipa/app.js b/install/ui/src/freeipa/app.js
index f05e8213c..92613b4a4 100644
--- a/install/ui/src/freeipa/app.js
+++ b/install/ui/src/freeipa/app.js
@@ -48,7 +48,8 @@ define([
'./service',
'./sudo',
'./trust',
- './topology',
+ // Hide topology for now
+ // './topology',
'./user',
'./stageuser',
'dojo/domReady!'
diff --git a/install/ui/src/freeipa/navigation/menu_spec.js b/install/ui/src/freeipa/navigation/menu_spec.js
index 120cba37d..4265e9871 100644
--- a/install/ui/src/freeipa/navigation/menu_spec.js
+++ b/install/ui/src/freeipa/navigation/menu_spec.js
@@ -184,7 +184,7 @@ var nav = {};
{ entity: 'trustconfig' }
]
},
- {
+/* {
entity: 'topologysuffix',
label: '@i18n:tabs.topology',
facet: 'search',
@@ -205,7 +205,7 @@ var nav = {};
hidden: true
}
]
- },
+ },*/
{
name: 'apibrowser',
label: 'API browser',