ui: node status: reduce padding like in PVE

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-12 06:55:30 +02:00
parent 4672273fe6
commit 7a39b41c20
1 changed files with 2 additions and 2 deletions

View File

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