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>
This commit is contained in:
Tomas Babej
2015-07-07 09:36:32 +02:00
parent 25d1afdc54
commit 62e8002bc4
6 changed files with 20 additions and 5 deletions

View File

@@ -48,7 +48,8 @@ define([
'./service',
'./sudo',
'./trust',
'./topology',
// Hide topology for now
// './topology',
'./user',
'./stageuser',
'dojo/domReady!'

View File

@@ -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',