]> git.proxmox.com Git - pmg-gui.git/commitdiff
dashboard: increase height of node-info and top-receiver panel to 300
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 16:02:23 +0000 (17:02 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Feb 2024 16:02:25 +0000 (17:02 +0100)
Now that the node info one got another row we can use a bit more space
to avoid that it feels to crammed.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
js/Dashboard.js

index a08e2c90a9aae73a8cd4aefb97c74bfb3c5db8e8..d03510edfbb50e1051d4271952d401a4b593de90 100644 (file)
@@ -418,12 +418,12 @@ Ext.define('PMG.Dashboard', {
        {
            xtype: 'pmgNodeInfoPanel',
            reference: 'nodeInfo',
-           height: 275,
+           height: 300,
            bodyPadding: '15 5 15 5',
            iconCls: 'fa fa-tasks',
        },
        {
-           height: 275,
+           height: 300,
            iconCls: 'fa fa-list',
            title: gettext('Top Receivers'),