]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: running tasks: update limit to 100
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Jul 2020 10:53:27 +0000 (12:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 11 Jul 2020 10:53:32 +0000 (12:53 +0200)
else we'll never see the 99+ tasks ..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
www/data/RunningTasksStore.js

index d78c44e0ed6bb2f98e019c8ba22de08228aac822..1f8cf04c01f75ad5edd527faa8c4d16267536492 100644 (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]);