ui: task summary: add verification jobs to count

fixes a bug in which verification jobs were being excluded from the
verify task summary.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
Dylan Whyte 2021-02-03 14:15:57 +01:00 committed by Thomas Lamprecht
parent cdf39e62b3
commit baf9c3704e

View File

@ -159,7 +159,7 @@ Ext.define('PBS.Dashboard', {
type = 'sync';
}
if (type.startsWith('verify')) {
if (type.startsWith('verif')) {
type = 'verify';
}