]> git.proxmox.com Git - pve-manager.git/commitdiff
ui: disk reassign: remove unused reference and bind
authorMatthias Heiserer <m.heiserer@proxmox.com>
Mon, 2 May 2022 14:24:23 +0000 (16:24 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 2 May 2022 14:44:44 +0000 (16:44 +0200)
They are not used anywhere else, so I assume they were left over from
an earlier version.
Also, sometimes "[object object] flashes in the Target Guest field
when opening the reassign window, with this removed it doesn't occur.

Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
Tested-By: Aaron Lauterer <a.lauterer@proxmox.com>
www/manager6/window/GuestDiskReassign.js

index 3795475d6686a0912a1ca7a7e365d4cc0e340ef8..f6d08b32b39791ceff6f1a07f443babc20751f3e 100644 (file)
@@ -132,13 +132,9 @@ Ext.define('PVE.window.GuestDiskReassign', {
        },
        {
            xtype: 'vmComboSelector',
-           reference: 'targetVMID',
            name: 'targetVmid',
            allowBlank: false,
            fieldLabel: gettext('Target Guest'),
-           bind: {
-               value: '{targetVMID}',
-           },
            store: {
                model: 'PVEResources',
                autoLoad: true,