]> git.proxmox.com Git - proxmox-backup.git/commitdiff
datastore content: reduce count column width
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Sep 2020 16:28:12 +0000 (18:28 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Sep 2020 16:28:14 +0000 (18:28 +0200)
Using 75 as width we can display up to 9999999 which would allow
displaying over 19 years of snapshots done each minute, so quite
enough for the common cases.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/DataStoreContent.js

index 2f0c8197c73a19b433fdf160daf61b53c3be4d3b..5295b8c236921d425c7f356cd2d598e94724a419 100644 (file)
@@ -545,6 +545,8 @@ Ext.define('PBS.DataStoreContent', {
            format: '0',
            header: gettext("Count"),
            sortable: true,
+           width: 75,
+           align: 'right',
            dataIndex: 'count',
        },
        {