ui: fix widget height in dashboard
This commit is contained in:
parent
98d9323534
commit
a6310ec294
@ -332,12 +332,13 @@ Ext.define('PBS.Dashboard', {
|
||||
Ext.String.format(gettext('{0} days'), '{days}') + ')',
|
||||
},
|
||||
xtype: 'pbsTaskSummary',
|
||||
height: 200,
|
||||
reference: 'tasksummary',
|
||||
},
|
||||
{
|
||||
iconCls: 'fa fa-ticket',
|
||||
title: 'Subscription',
|
||||
height: 166,
|
||||
height: 200,
|
||||
reference: 'subscription',
|
||||
xtype: 'pbsSubscriptionInfo',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user