ui: node status: reduce padding like in PVE
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
4672273fe6
commit
7a39b41c20
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue