dc/ClusterEdit: join: fix assisted entry chechbox change listener
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
b4cdf78629
commit
8368c3b0d9
@ -145,7 +145,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
delete PVE.Utils.silenceAuthFailures;
|
||||
}
|
||||
},
|
||||
'proxmoxcheckbox[name=assistedInput]': {
|
||||
'proxmoxcheckbox[name=assistedEntry]': {
|
||||
change: 'onInputTypeChange'
|
||||
},
|
||||
'textarea[name=serializedinfo]': {
|
||||
@ -230,6 +230,7 @@ Ext.define('PVE.ClusterJoinNodeWindow', {
|
||||
items: [{
|
||||
xtype: 'proxmoxcheckbox',
|
||||
reference: 'assistedEntry',
|
||||
name: 'assistedEntry',
|
||||
submitValue: false,
|
||||
value: true,
|
||||
autoEl: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user