ui: dc/cluster: enforce second link if in join info
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4676dc146d
commit
aa1336aaaf
@ -331,7 +331,8 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
valueField: 'address',
|
||||
displayField: 'address',
|
||||
bind: {
|
||||
disabled: '{!info.ring1Possible}'
|
||||
disabled: '{!info.ring1Possible}',
|
||||
allowBlank: '{!info.ring1Needed}',
|
||||
},
|
||||
name: 'link1'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user