From 46388e6aeff4d0d3625adcdfd062695d633140b5 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 1 Sep 2020 18:28:12 +0200 Subject: [PATCH] datastore content: reduce count column width 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 --- www/DataStoreContent.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/DataStoreContent.js b/www/DataStoreContent.js index 2f0c8197..5295b8c2 100644 --- a/www/DataStoreContent.js +++ b/www/DataStoreContent.js @@ -545,6 +545,8 @@ Ext.define('PBS.DataStoreContent', { format: '0', header: gettext("Count"), sortable: true, + width: 75, + align: 'right', dataIndex: 'count', }, {