diff --git a/www/Dashboard.js b/www/Dashboard.js index f18fc2c1..f1bddd04 100644 --- a/www/Dashboard.js +++ b/www/Dashboard.js @@ -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', },