mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 11:32:41 +00:00
ui: node/status view: padding-reduce fixup
overlooked the inline one, and that caused some layout troubles Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
98f73c48d2
commit
4b832488aa
@ -108,7 +108,7 @@ Ext.define('PVE.node.StatusView', {
|
||||
renderer: function(record) {
|
||||
return Proxmox.Utils.render_size(record.shared);
|
||||
},
|
||||
padding: '0 15 10 15',
|
||||
padding: '0 10 10 10',
|
||||
},
|
||||
{
|
||||
iconCls: 'fa fa-fw fa-hdd-o',
|
||||
|
Loading…
Reference in New Issue
Block a user