mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-07 11:27:52 +00: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',
|
type: 'diff',
|
||||||
autoDestroy: true,
|
autoDestroy: true,
|
||||||
autoDestroyRstore: true,
|
autoDestroyRstore: true,
|
||||||
sorters: 'id',
|
sorters: ['store', 'direction', 'id'],
|
||||||
rstore: {
|
rstore: {
|
||||||
type: 'update',
|
type: 'update',
|
||||||
storeid: 'pbs-sync-jobs-status',
|
storeid: 'pbs-sync-jobs-status',
|
||||||
|
Loading…
Reference in New Issue
Block a user