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 <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-02-26 15:33:45 +01:00 committed by Dietmar Maurer
parent a1cf4e84e5
commit a74b7d9663

View File

@ -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
},