5
0
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:
Dominik Csapak 2024-11-25 12:15:36 +01:00 committed by Thomas Lamprecht
parent e302382890
commit 5b11e52b08

View File

@ -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',