mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-25 20:05:21 +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,
|
edit_btn,
|
||||||
detail_btn,
|
detail_btn,
|
||||||
'-',
|
'-',
|
||||||
|
run_btn,
|
||||||
|
'->',
|
||||||
|
noBackupJobWarning,
|
||||||
|
noBackupJobInfoButton,
|
||||||
|
'-',
|
||||||
{
|
{
|
||||||
xtype: 'proxmoxButton',
|
xtype: 'proxmoxButton',
|
||||||
selModel: null,
|
selModel: null,
|
||||||
@ -716,10 +721,6 @@ Ext.define('PVE.dc.BackupView', {
|
|||||||
}).show();
|
}).show();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
run_btn,
|
|
||||||
'->',
|
|
||||||
noBackupJobWarning,
|
|
||||||
noBackupJobInfoButton,
|
|
||||||
],
|
],
|
||||||
columns: [
|
columns: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user