From a74b7d96630b0d4f07bcd451e19a73bcca8c75d1 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 26 Feb 2016 15:33:45 +0100 Subject: [PATCH] ext6migrate: enable update and console tab for node since the console is working again, we can activate the console tab and the update tab for nodes Signed-off-by: Dominik Csapak --- 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 4692ce97..7a65ae2f 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 },