mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-01-21 18:03:59 +03:00
ui: sync jobs: change default sorting to 'store' -> 'direction' -> 'id'
instead of just the id, which makes the list in the global datastore view a bit more easier to digest (since it's now sorted by store first) Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
e302382890
commit
5b11e52b08
@ -140,7 +140,7 @@ Ext.define('PBS.config.SyncJobView', {
|
||||
type: 'diff',
|
||||
autoDestroy: true,
|
||||
autoDestroyRstore: true,
|
||||
sorters: 'id',
|
||||
sorters: ['store', 'direction', 'id'],
|
||||
rstore: {
|
||||
type: 'update',
|
||||
storeid: 'pbs-sync-jobs-status',
|
||||
|
Loading…
x
Reference in New Issue
Block a user