mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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:
@@ -48,7 +48,8 @@ define([
|
||||
'./service',
|
||||
'./sudo',
|
||||
'./trust',
|
||||
'./topology',
|
||||
// Hide topology for now
|
||||
// './topology',
|
||||
'./user',
|
||||
'./stageuser',
|
||||
'dojo/domReady!'
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user