ui: running tasks: update limit to 100

else we'll never see the 99+ tasks ..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-11 12:53:27 +02:00
parent e1897b363b
commit 601e42ac35
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Ext.define('PBS.data.RunningTasksStore', {
proxy: {
type: 'proxmox',
// maybe separate api call?
url: '/api2/json/nodes/localhost/tasks?running=1',
url: '/api2/json/nodes/localhost/tasks?running=1&limit=100',
},
});
me.callParent([config]);