ui: dashboard: increase panel height a bit

to make the system load/status summary one look less cramped, as that
got recently the boot-mode information line added.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-11-29 17:52:18 +01:00
parent 6ef0238f99
commit dc4f8964b5

View File

@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', {
{ {
xtype: 'pbsNodeInfoPanel', xtype: 'pbsNodeInfoPanel',
reference: 'nodeInfo', reference: 'nodeInfo',
height: 280, height: 290,
}, },
{ {
xtype: 'pbsDatastoresStatistics', xtype: 'pbsDatastoresStatistics',
height: 280, height: 290,
}, },
{ {
xtype: 'pbsLongestTasks', xtype: 'pbsLongestTasks',
@ -252,11 +252,11 @@ Ext.define('PBS.Dashboard', {
Ext.String.format(gettext('{0} days'), '{days}') + ')', Ext.String.format(gettext('{0} days'), '{days}') + ')',
}, },
reference: 'longesttasks', reference: 'longesttasks',
height: 280, height: 290,
}, },
{ {
xtype: 'pbsRunningTasks', xtype: 'pbsRunningTasks',
height: 280, height: 290,
}, },
{ {
bind: { bind: {