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:
parent
e1897b363b
commit
601e42ac35
|
@ -13,7 +13,7 @@ Ext.define('PBS.data.RunningTasksStore', {
|
||||||
proxy: {
|
proxy: {
|
||||||
type: 'proxmox',
|
type: 'proxmox',
|
||||||
// maybe separate api call?
|
// 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]);
|
me.callParent([config]);
|
||||||
|
|
Loading…
Reference in New Issue