X-Git-Url: https://git.proxmox.com/?p=pmg-gui.git;a=blobdiff_plain;f=js%2FDashboard.js;fp=js%2FDashboard.js;h=9c51734b4ce0db27b6992a25fa597643b3959ceb;hp=d03510edfbb50e1051d4271952d401a4b593de90;hb=a2afe563da819bb2ce8222ff9577873d15121dc0;hpb=95288fa867844d0f59ca755d4ee5c8bd7b5f8909 diff --git a/js/Dashboard.js b/js/Dashboard.js index d03510e..9c51734 100644 --- a/js/Dashboard.js +++ b/js/Dashboard.js @@ -283,6 +283,7 @@ Ext.define('PMG.Dashboard', { url: '/api2/json/statistics/recentreceivers', extraParams: { hours: '{hours}', + limit: 10, // make this also configurable? }, }, fields: [ @@ -427,7 +428,7 @@ Ext.define('PMG.Dashboard', { iconCls: 'fa fa-list', title: gettext('Top Receivers'), - bodyPadding: '20 20 20 20', + bodyPadding: '10 10 10 10', layout: { type: 'vbox', pack: 'center',