mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-12 12:39:14 +00:00
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:
parent
e82ed1675b
commit
b8af8f2d01
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user