[pve-devel] [PATCH] Move subscription tab to the outmost right of the node tab panel

Emmanuel Kasper e.kasper at proxmox.com
Wed Jul 29 13:29:51 CEST 2015


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





More information about the pve-devel mailing list