From 376e927980a0226e4c771b777a61000b0560116a Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Mon, 9 Nov 2020 17:50:46 +0100 Subject: [PATCH] ui: datastore summary: increase usage graph height Signed-off-by: Thomas Lamprecht --- www/datastore/DataStoreListSummary.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/datastore/DataStoreListSummary.js b/www/datastore/DataStoreListSummary.js index 6894af0a..2322e62b 100644 --- a/www/datastore/DataStoreListSummary.js +++ b/www/datastore/DataStoreListSummary.js @@ -95,7 +95,7 @@ Ext.define('PBS.datastore.DataStoreListSummary', { // abuse a grid with a single column/row to do it for us xtype: 'grid', hideHeaders: true, - minHeight: 50, + minHeight: 70, border: false, bodyBorder: false, rowLines: false, @@ -120,7 +120,7 @@ Ext.define('PBS.datastore.DataStoreListSummary', { chartRangeMin: 0, chartRangeMax: 1, tipTpl: '{y:number("0.00")*100}%', - height: 40, + height: 60, }, }], },