]> git.proxmox.com Git - pve-manager-legacy.git/commitdiff
Move subscription tab to the outmost right of the node tab panel
authorEmmanuel Kasper <e.kasper@proxmox.com>
Wed, 29 Jul 2015 11:29:51 +0000 (13:29 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 30 Jul 2015 07:04:38 +0000 (09:04 +0200)
This brings consistency with the datacenter tab panel.

www/manager/node/Config.js

index ff6d22542460b5e30e1e7470cd8c4f33fd09ead9..61bb4b21733e92feef75e1f84b0a54cd59ca70f6 100644 (file)
@@ -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) {