From 2b8e1caa7bfda5e540a94fe26fbcdbfd0ea68928 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Tue, 30 Jun 2015 10:38:12 +0200 Subject: 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 --- install/ui/src/freeipa/topology.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'install/ui/src') 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' } ] } -- cgit