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 20c78cb16..c8a8acbe9 100644
--- a/install/ui/src/freeipa/topology.js
+++ b/install/ui/src/freeipa/topology.js
@@ -127,14 +127,7 @@ return {
other_field: 'cn',
z_index: 1
},
- {
- $type: 'radio',
- name: 'iparepltoposegmentdirection',
- options: IPA.create_options([
- 'both', 'left-right', 'right-left', 'none'
- ]),
- default_value: 'both'
- }
+ 'iparepltoposegmentdirection'
]
},
{
@@ -180,7 +173,7 @@ return {
$type: 'radio',
name: 'iparepltoposegmentdirection',
options: IPA.create_options([
- 'both', 'left-right', 'right-left', 'none'
+ 'both', 'left-right', 'right-left'
]),
default_value: 'both'
}