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:
Dominik Csapak 2016-03-18 14:36:11 +01:00 committed by Dietmar Maurer
parent 2e52404d05
commit c5ccc8d0b7

View File

@ -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) {