From b8af8f2d01cc58419d6bcea5019ce719c348e2cc Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 27 May 2020 14:10:47 +0200 Subject: [PATCH] ui: order remove button later and add separator to sys report Signed-off-by: Thomas Lamprecht --- www/manager6/node/Subscription.js | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/www/manager6/node/Subscription.js b/www/manager6/node/Subscription.js index 15319429..5194b90b 100644 --- a/www/manager6/node/Subscription.js +++ b/www/manager6/node/Subscription.js @@ -163,15 +163,6 @@ Ext.define('PVE.node.Subscription', { win.on('destroy', reload); } }, - { - text: gettext('Remove Subscription'), - xtype: 'proxmoxStdRemoveButton', - confirmMsg: gettext('Are you sure to remove the subscription key?'), - baseurl: baseurl, - dangerous: true, - selModel: false, - callback: reload, - }, { text: gettext('Check'), handler: function() { @@ -187,6 +178,16 @@ Ext.define('PVE.node.Subscription', { }); } }, + { + text: gettext('Remove Subscription'), + xtype: 'proxmoxStdRemoveButton', + confirmMsg: gettext('Are you sure to remove the subscription key?'), + baseurl: baseurl, + dangerous: true, + selModel: false, + callback: reload, + }, + '-', { text: gettext('System Report'), handler: function() {