mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-11 10:03:33 +00:00
file browser: align size column to end/right
much easier to compare the sizes once lined up Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
427685c6b6
commit
b33c1d6073
@ -257,6 +257,7 @@ Ext.define("Proxmox.window.FileBrowser", {
|
||||
{
|
||||
text: gettext('Size'),
|
||||
dataIndex: 'sizedisplay',
|
||||
align: 'end',
|
||||
sorter: {
|
||||
sorterFn: function(a, b) {
|
||||
if (a.data.type === 'd' && b.data.type !== 'd') {
|
||||
|
Loading…
Reference in New Issue
Block a user