]> git.proxmox.com Git - proxmox-backup.git/commitdiff
ui: task summary: add verification jobs to count
authorDylan Whyte <d.whyte@proxmox.com>
Wed, 3 Feb 2021 13:15:57 +0000 (14:15 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 4 Feb 2021 10:07:22 +0000 (11:07 +0100)
fixes a bug in which verification jobs were being excluded from the
verify task summary.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
www/Dashboard.js

index 3aecc878132dd9ab6d1de05e8edb2a6ed90c048d..52107a8e8d010c39a0b67342738bf04597138e40 100644 (file)
@@ -159,7 +159,7 @@ Ext.define('PBS.Dashboard', {
                    type = 'sync';
                }
 
-               if (type.startsWith('verify')) {
+               if (type.startsWith('verif')) {
                    type = 'verify';
                }