mirror of
https://git.proxmox.com/git/pmg-gui
synced 2025-08-12 10:51:30 +00:00
deferred mailq: sort initially by arrival time
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
6cde982f6a
commit
9db8595668
@ -25,6 +25,7 @@ Ext.define('PMG.Postfix.MailQueue', {
|
|||||||
model: 'pmg-mailq',
|
model: 'pmg-mailq',
|
||||||
remoteFilter: true,
|
remoteFilter: true,
|
||||||
remoteSort: true,
|
remoteSort: true,
|
||||||
|
sorters: 'arrival_time',
|
||||||
pageSize: 2000
|
pageSize: 2000
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user