ui: order remove button later and add separator to sys report

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-05-27 14:10:47 +02:00
parent e82ed1675b
commit b8af8f2d01

View File

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