ext6migrate: enable firewall and subscription tabs

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-03-01 13:15:17 +01:00 committed by Dietmar Maurer
parent f2833f5fe3
commit a1460d8db0

View File

@ -176,8 +176,7 @@ Ext.define('PVE.node.Config', {
if (caps.nodes['Sys.Console']) {
me.items.push(
{
// xtype: 'pveFirewallPanel',
xtype: 'panel',
xtype: 'pveFirewallPanel',
title: gettext('Firewall'),
base_url: '/nodes/' + nodename + '/firewall',
fwtype: 'node',
@ -212,8 +211,7 @@ Ext.define('PVE.node.Config', {
{
title: gettext('Subscription'),
itemId: 'support',
// xtype: 'pveNodeSubscription',
xtype: 'panel',
xtype: 'pveNodeSubscription',
nodename: nodename
}
);