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:
parent
cdf39e62b3
commit
baf9c3704e
@ -159,7 +159,7 @@ Ext.define('PBS.Dashboard', {
|
|||||||
type = 'sync';
|
type = 'sync';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (type.startsWith('verify')) {
|
if (type.startsWith('verif')) {
|
||||||
type = 'verify';
|
type = 'verify';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user