mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-26 16:16:31 -06:00
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>
This commit is contained in:
parent
a5f48476ad
commit
68c748c2b6
@ -240,7 +240,8 @@ return {
|
||||
},
|
||||
{
|
||||
name: 'ipaserviceweight',
|
||||
placeholder: '100'
|
||||
placeholder: '100',
|
||||
flags: ['w_if_no_aci']
|
||||
},
|
||||
{
|
||||
$type: 'association_table',
|
||||
|
Loading…
Reference in New Issue
Block a user