dc/ClusterEdit: join: fix assisted entry chechbox change listener

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2018-04-27 15:46:16 +02:00
parent b4cdf78629
commit 8368c3b0d9

View File

@ -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: {