ui: datastore summary: increase usage graph height

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-11-09 17:50:46 +01:00
parent 5204cbcf0f
commit 376e927980

View File

@ -95,7 +95,7 @@ Ext.define('PBS.datastore.DataStoreListSummary', {
// abuse a grid with a single column/row to do it for us // abuse a grid with a single column/row to do it for us
xtype: 'grid', xtype: 'grid',
hideHeaders: true, hideHeaders: true,
minHeight: 50, minHeight: 70,
border: false, border: false,
bodyBorder: false, bodyBorder: false,
rowLines: false, rowLines: false,
@ -120,7 +120,7 @@ Ext.define('PBS.datastore.DataStoreListSummary', {
chartRangeMin: 0, chartRangeMin: 0,
chartRangeMax: 1, chartRangeMax: 1,
tipTpl: '{y:number("0.00")*100}%', tipTpl: '{y:number("0.00")*100}%',
height: 40, height: 60,
}, },
}], }],
}, },