This brings consistency with the datacenter tab panel. --- www/manager/node/Config.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/www/manager/node/Config.js b/www/manager/node/Config.js index ff6d225..61bb4b2 100644 --- a/www/manager/node/Config.js +++ b/www/manager/node/Config.js @@ -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']) { me.items.push([ { @@ -215,6 +206,15 @@ Ext.define('PVE.node.Config', { }]); } + me.items.push([ + { + title: gettext('Subscription'), + itemId: 'support', + xtype: 'pveNodeSubscription', + nodename: nodename + } + ]); + me.callParent(); me.statusStore.on('load', function(s, records, success) { -- 2.1.4 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel