mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-07 20:15:55 +00:00
ui: disk reassign: drop useless intermediate form
The form is basically a 1:1 copy from what the edit window gives us for free already anyway, so just drop it. best viewed with `git show -w` Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2281ca3202
commit
14ea602f9d
@ -120,15 +120,6 @@ Ext.define('PVE.window.GuestDiskReassign', {
|
|||||||
},
|
},
|
||||||
|
|
||||||
defaultFocus: 'sourceDisk',
|
defaultFocus: 'sourceDisk',
|
||||||
items: [
|
|
||||||
{
|
|
||||||
xtype: 'form',
|
|
||||||
reference: 'moveFormPanel',
|
|
||||||
border: false,
|
|
||||||
fieldDefaults: {
|
|
||||||
labelWidth: 100,
|
|
||||||
anchor: '100%',
|
|
||||||
},
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
xtype: 'displayfield',
|
xtype: 'displayfield',
|
||||||
@ -250,8 +241,6 @@ Ext.define('PVE.window.GuestDiskReassign', {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
|
||||||
],
|
|
||||||
|
|
||||||
initComponent: function() {
|
initComponent: function() {
|
||||||
let me = this;
|
let me = this;
|
||||||
|
Loading…
Reference in New Issue
Block a user