mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 21:24:01 +00:00
ext6migrate: enable some qemu tabs
enables: Monitor, Backup, Snapshot, Console, Firewall, Permissions Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
2e52404d05
commit
c5ccc8d0b7
@ -154,7 +154,7 @@ Ext.define('PVE.qemu.Config', {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
/*
|
|
||||||
if (caps.vms['VM.Monitor'] && !template) {
|
if (caps.vms['VM.Monitor'] && !template) {
|
||||||
me.items.push({
|
me.items.push({
|
||||||
title: gettext('Monitor'),
|
title: gettext('Monitor'),
|
||||||
@ -211,7 +211,7 @@ Ext.define('PVE.qemu.Config', {
|
|||||||
path: '/vms/' + vmid
|
path: '/vms/' + vmid
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
me.callParent();
|
me.callParent();
|
||||||
|
|
||||||
me.mon(me.statusStore, 'load', function(s, records, success) {
|
me.mon(me.statusStore, 'load', function(s, records, success) {
|
||||||
|
Loading…
Reference in New Issue
Block a user