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}') + ')',
|
Ext.String.format(gettext('{0} days'), '{days}') + ')',
|
||||||
},
|
},
|
||||||
xtype: 'pbsTaskSummary',
|
xtype: 'pbsTaskSummary',
|
||||||
|
height: 200,
|
||||||
reference: 'tasksummary',
|
reference: 'tasksummary',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
iconCls: 'fa fa-ticket',
|
iconCls: 'fa fa-ticket',
|
||||||
title: 'Subscription',
|
title: 'Subscription',
|
||||||
height: 166,
|
height: 200,
|
||||||
reference: 'subscription',
|
reference: 'subscription',
|
||||||
xtype: 'pbsSubscriptionInfo',
|
xtype: 'pbsSubscriptionInfo',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user