ui: order Prune & GC before Sync Jobs
Make the order identical to local datastore view. Signed-off-by: Stefan Lendl <s.lendl@proxmox.com> Tested-by: Gabriel Goller <g.goller@proxmox.com> Reviewd-by: Gabriel Goller <g.goller@proxmox.com> Tested-by: Lukas Wagner <l.wagner@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
parent
9d1e62fa7c
commit
a32f6e2ac5
@ -231,17 +231,16 @@ Ext.define('PBS.datastore.DataStores', {
|
|||||||
xtype: 'pbsDataStoreList',
|
xtype: 'pbsDataStoreList',
|
||||||
iconCls: 'fa fa-book',
|
iconCls: 'fa fa-book',
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
|
||||||
iconCls: 'fa fa-refresh',
|
|
||||||
itemId: 'syncjobs',
|
|
||||||
xtype: 'pbsSyncJobView',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
iconCls: 'fa fa-trash-o',
|
iconCls: 'fa fa-trash-o',
|
||||||
itemId: 'prunegc',
|
itemId: 'prunegc',
|
||||||
xtype: 'pbsPruneAndGC',
|
xtype: 'pbsPruneAndGC',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
iconCls: 'fa fa-refresh',
|
||||||
|
itemId: 'syncjobs',
|
||||||
|
xtype: 'pbsSyncJobView',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
iconCls: 'fa fa-check-circle',
|
iconCls: 'fa fa-check-circle',
|
||||||
itemId: 'verifyjobs',
|
itemId: 'verifyjobs',
|
||||||
|
Loading…
Reference in New Issue
Block a user