]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
dc/ClusterEdit: join: fix assisted entry chechbox change listener
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Apr 2018 13:46:16 +0000 (15:46 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 27 Apr 2018 13:47:41 +0000 (15:47 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/manager6/dc/ClusterEdit.js

index bdf1ae6990b961988b9380e6db2a5e9c2cb2510f..6eaefc986dd1b9e818f300a06b4ede7f89674073 100644 (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: {