mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-11-03 08:29:01 +00:00
ext6migrate: enable firewall and subscription tabs
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
f2833f5fe3
commit
a1460d8db0
@ -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
|
||||
}
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user