mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-12 13:52:24 +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'),
|
text: gettext('Size'),
|
||||||
dataIndex: 'sizedisplay',
|
dataIndex: 'sizedisplay',
|
||||||
|
align: 'end',
|
||||||
sorter: {
|
sorter: {
|
||||||
sorterFn: function(a, b) {
|
sorterFn: function(a, b) {
|
||||||
if (a.data.type === 'd' && b.data.type !== 'd') {
|
if (a.data.type === 'd' && b.data.type !== 'd') {
|
||||||
|
Loading…
Reference in New Issue
Block a user