mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-08-16 10:49:23 +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',
|
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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user