]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: node status: reduce padding like in PVE
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 04:55:30 +0000 (06:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 12 Jul 2021 04:55:30 +0000 (06:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/panel/NodeInfo.js

index fbd5aad523be1331f030a10d5ae6fa0a070daa72..57a54da463b436cb37efb8889bd56285c0ce6b4a 100644 (file)
@@ -3,7 +3,7 @@ Ext.define('PBS.NodeInfoPanel', {
     alias: 'widget.pbsNodeInfoPanel',
 
     height: 300,
-    bodyPadding: '20 15 20 15',
+    bodyPadding: '15 5 15 5',
 
     layout: {
        type: 'table',
@@ -17,7 +17,7 @@ Ext.define('PBS.NodeInfoPanel', {
 
     defaults: {
        xtype: 'pmxInfoWidget',
-       padding: '0 15 5 15',
+       padding: '0 10 5 10',
     },
 
     viewModel: {