ui: disk reassign: remove unused reference and bind

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>
This commit is contained in:
Matthias Heiserer 2022-05-02 16:24:23 +02:00 committed by Thomas Lamprecht
parent 8d69854055
commit 500ad871a3

View 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,