mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
topologysegment: hide direction and enable options
These options should not be touched by users yet. https://fedorahosted.org/freeipa/ticket/5061 Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
committed by
Tomas Babej
parent
fa4954c35d
commit
2b8e1caa7b
@@ -138,7 +138,8 @@ return {
|
||||
$type: 'radio',
|
||||
name: 'nsds5replicaenabled',
|
||||
options: ['on', 'off'],
|
||||
default_value: 'on'
|
||||
default_value: 'on',
|
||||
read_only: true
|
||||
},
|
||||
'nsds5replicatimeout',
|
||||
'nsds5replicastripattrs',
|
||||
@@ -168,14 +169,6 @@ return {
|
||||
other_entity: 'server',
|
||||
other_field: 'cn',
|
||||
z_index: 1
|
||||
},
|
||||
{
|
||||
$type: 'radio',
|
||||
name: 'iparepltoposegmentdirection',
|
||||
options: IPA.create_options([
|
||||
'both', 'left-right', 'right-left'
|
||||
]),
|
||||
default_value: 'both'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user