summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/topology.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/topology.js')
-rw-r--r--install/ui/src/freeipa/topology.js11
1 files changed, 2 insertions, 9 deletions
diff --git a/install/ui/src/freeipa/topology.js b/install/ui/src/freeipa/topology.js
index c8a8acbe9..9ca31741f 100644
--- a/install/ui/src/freeipa/topology.js
+++ b/install/ui/src/freeipa/topology.js
@@ -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'
}
]
}