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() {