mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 12:44:56 +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) {
|
||||
me.items.push({
|
||||
title: gettext('Monitor'),
|
||||
@ -211,7 +211,7 @@ Ext.define('PVE.qemu.Config', {
|
||||
path: '/vms/' + vmid
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
||||
me.callParent();
|
||||
|
||||
me.mon(me.statusStore, 'load', function(s, records, success) {
|
||||
|
Loading…
Reference in New Issue
Block a user