[pve-devel] [PATCH pve-manager 5/5] Enable four first tabs of Qemu Panel

Emmanuel Kasper e.kasper at proxmox.com
Thu Mar 17 10:31:12 CET 2016


---
 www/manager6/qemu/Config.js | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/manager6/qemu/Config.js b/www/manager6/qemu/Config.js
index 1d66621..70734a7 100644
--- a/www/manager6/qemu/Config.js
+++ b/www/manager6/qemu/Config.js
@@ -135,9 +135,7 @@ Ext.define('PVE.qemu.Config', {
 		    title: gettext('Summary'),
 		    xtype: 'pveQemuSummary',
 		    itemId: 'summary'
-		} ]
-	});
-/*
+		}, 
 		{
 		    title: gettext('Hardware'),
 		    itemId: 'hardware',
@@ -156,7 +154,7 @@ Ext.define('PVE.qemu.Config', {
 		}
 	    ]
 	});
-
+/*
 	if (caps.vms['VM.Monitor'] && !template) {
 	    me.items.push({
 		title: gettext('Monitor'),
-- 
2.1.4





More information about the pve-devel mailing list