summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorPavel Vomacka <pvomacka@redhat.com>2016-06-10 09:39:36 +0200
committerPetr Vobornik <pvoborni@redhat.com>2016-06-21 16:30:35 +0200
commit68c748c2b68b82ef5989f00dcda3d8d5a77b7bb6 (patch)
tree300a58ce603915003a4dfee886171078632a9044 /install
parenta5f48476adfd9971a1756bd5ad3cb7c9e2afef22 (diff)
downloadfreeipa-68c748c2b68b82ef5989f00dcda3d8d5a77b7bb6.tar.gz
freeipa-68c748c2b68b82ef5989f00dcda3d8d5a77b7bb6.tar.xz
freeipa-68c748c2b68b82ef5989f00dcda3d8d5a77b7bb6.zip
Allow to set weight of a server without location
There was a bug when a new server was added it was not possible to set weight until a location was set. This change corrects it and allows user to set a weight of server without location. Part of: https://fedorahosted.org/freeipa/ticket/5905 Reviewed-By: Petr Vobornik <pvoborni@redhat.com>
Diffstat (limited to 'install')
-rw-r--r--install/ui/src/freeipa/topology.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/src/freeipa/topology.js b/install/ui/src/freeipa/topology.js
index 7a6024663..a9776a556 100644
--- a/install/ui/src/freeipa/topology.js
+++ b/install/ui/src/freeipa/topology.js
@@ -240,7 +240,8 @@ return {
},
{
name: 'ipaserviceweight',
- placeholder: '100'
+ placeholder: '100',
+ flags: ['w_if_no_aci']
},
{
$type: 'association_table',