Commit e12f89d8 authored by Emmanuel Kasper's avatar Emmanuel Kasper Committed by Dietmar Maurer

Move subscription tab to the outmost right of the node tab panel

This brings consistency with the datacenter tab panel.
parent 88abf528
...@@ -173,15 +173,6 @@ Ext.define('PVE.node.Config', { ...@@ -173,15 +173,6 @@ Ext.define('PVE.node.Config', {
} }
]); ]);
me.items.push([
{
title: gettext('Subscription'),
itemId: 'support',
xtype: 'pveNodeSubscription',
nodename: nodename
}
]);
if (caps.nodes['Sys.Console']) { if (caps.nodes['Sys.Console']) {
me.items.push([ me.items.push([
{ {
...@@ -215,6 +206,15 @@ Ext.define('PVE.node.Config', { ...@@ -215,6 +206,15 @@ Ext.define('PVE.node.Config', {
}]); }]);
} }
me.items.push([
{
title: gettext('Subscription'),
itemId: 'support',
xtype: 'pveNodeSubscription',
nodename: nodename
}
]);
me.callParent(); me.callParent();
me.statusStore.on('load', function(s, records, success) { me.statusStore.on('load', function(s, records, success) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment