mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 11:55:17 +00:00
ui: backup view: move tbar schedule-sim button to the right
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
2577d492c3
commit
6e850b390c
@ -701,6 +701,11 @@ Ext.define('PVE.dc.BackupView', {
|
||||
edit_btn,
|
||||
detail_btn,
|
||||
'-',
|
||||
run_btn,
|
||||
'->',
|
||||
noBackupJobWarning,
|
||||
noBackupJobInfoButton,
|
||||
'-',
|
||||
{
|
||||
xtype: 'proxmoxButton',
|
||||
selModel: null,
|
||||
@ -716,10 +721,6 @@ Ext.define('PVE.dc.BackupView', {
|
||||
}).show();
|
||||
},
|
||||
},
|
||||
run_btn,
|
||||
'->',
|
||||
noBackupJobWarning,
|
||||
noBackupJobInfoButton,
|
||||
],
|
||||
columns: [
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user