diff --git a/www/datastore/DataStoreList.js b/www/datastore/DataStoreList.js index a31a9b4b0..fc68cfc10 100644 --- a/www/datastore/DataStoreList.js +++ b/www/datastore/DataStoreList.js @@ -231,17 +231,16 @@ Ext.define('PBS.datastore.DataStores', { xtype: 'pbsDataStoreList', iconCls: 'fa fa-book', }, - - { - iconCls: 'fa fa-refresh', - itemId: 'syncjobs', - xtype: 'pbsSyncJobView', - }, { iconCls: 'fa fa-trash-o', itemId: 'prunegc', xtype: 'pbsPruneAndGC', }, + { + iconCls: 'fa fa-refresh', + itemId: 'syncjobs', + xtype: 'pbsSyncJobView', + }, { iconCls: 'fa fa-check-circle', itemId: 'verifyjobs',