[pve-devel] [PATCH manager 3/4] ext6migrate: enable update and console tab for node

Dominik Csapak d.csapak at proxmox.com
Fri Feb 26 15:33:45 CET 2016


since the console is working again, we can activate the
console tab and the update tab for nodes

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/manager6/node/Config.js | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/www/manager6/node/Config.js b/www/manager6/node/Config.js
index 4692ce9..7a65ae2 100644
--- a/www/manager6/node/Config.js
+++ b/www/manager6/node/Config.js
@@ -191,15 +191,13 @@ Ext.define('PVE.node.Config', {
 		{
 		    title: gettext('Updates'),
 		    itemId: 'apt',
-//		    xtype: 'pveNodeAPT',
-		    xtype: 'panel',
+		    xtype: 'pveNodeAPT',
 		    nodename: nodename
 		},
 		{
 		    title: gettext('Console'),
 		    itemId: 'console',
-//		    xtype: 'pveNoVncConsole',
-		    xtype: 'panel',
+		    xtype: 'pveNoVncConsole',
 		    consoleType: 'shell',
 		    nodename: nodename
 		},
-- 
2.1.4





More information about the pve-devel mailing list