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
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,
},
}],
},