]> git.proxmox.com Git - proxmox-backup.git/blobdiff - www/DataStoreContent.js
datastore content: reduce count column width
[proxmox-backup.git] / 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',
        },
        {