mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-16 00:11:32 +00:00
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:
parent
6ef0238f99
commit
dc4f8964b5
@ -239,11 +239,11 @@ Ext.define('PBS.Dashboard', {
|
||||
{
|
||||
xtype: 'pbsNodeInfoPanel',
|
||||
reference: 'nodeInfo',
|
||||
height: 280,
|
||||
height: 290,
|
||||
},
|
||||
{
|
||||
xtype: 'pbsDatastoresStatistics',
|
||||
height: 280,
|
||||
height: 290,
|
||||
},
|
||||
{
|
||||
xtype: 'pbsLongestTasks',
|
||||
@ -252,11 +252,11 @@ Ext.define('PBS.Dashboard', {
|
||||
Ext.String.format(gettext('{0} days'), '{days}') + ')',
|
||||
},
|
||||
reference: 'longesttasks',
|
||||
height: 280,
|
||||
height: 290,
|
||||
},
|
||||
{
|
||||
xtype: 'pbsRunningTasks',
|
||||
height: 280,
|
||||
height: 290,
|
||||
},
|
||||
{
|
||||
bind: {
|
||||
|
Loading…
Reference in New Issue
Block a user