]> git.proxmox.com Git - pmg-gui.git/commit
sorters: use correct property 'direction' and keep default 'ASC'
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 7 Dec 2021 11:53:31 +0000 (12:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 3 Feb 2022 10:29:08 +0000 (11:29 +0100)
commit18722987b530ba07d2b83b1abb694b85ea7bea8e
treeccd085aac27907ea381740b6353f8594e49fe575
parent12359425a93f4d6a4ed11bc2a6f98de0d7f538fe
sorters: use correct property 'direction' and keep default 'ASC'

Ext.util.Sorter does not have an 'order' property, so 'order: DESC'
didn't have an effect. The default is 'ASC' and it is arguably the
preferred direction for all affected sorters anyways.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
js/ActionList.js
js/ClamAVDatabase.js
js/LDAPConfig.js
js/MailProxyTLSDestinations.js
js/MyNetworks.js
js/ObjectGroupList.js
js/PBSConfig.js
js/RelayDomains.js
js/SpamDetectorStatus.js
js/Transport.js