]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
sorters: use correct property 'direction' and keep default 'ASC'
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 7 Dec 2021 11:53:30 +0000 (12:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 10 Feb 2022 12:56:33 +0000 (13:56 +0100)
commit1025802ef1bc34fb07642081c5c96bea23144cd4
tree1f4acd70d2c9881ee4f10272291bf5d84bbfea0e
parente06715d2e537b58802f880abd6d77860570a7e36
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 realm anyways.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/panel/AuthView.js
src/window/ACMEAccount.js