Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
{
xtype: 'pmgNodeInfoPanel',
reference: 'nodeInfo',
- height: 250,
- bodyPadding: '10 5 10 5',
+ height: 275,
+ bodyPadding: '15 5 15 5',
iconCls: 'fa fa-tasks',
},
{
- height: 250,
+ height: 275,
iconCls: 'fa fa-list',
title: gettext('Top Receivers'),
bind: {
store: '{receivers}',
},
-
emptyText: gettext('No data in database'),
-
// remove all borders/lines/headers
border: false,
bodyBorder: false,
viewConfig: {
stripeRows: false,
},
-
columns: [
{
dataIndex: 'receiver',