[pbs-devel] [PATCH proxmox-backup] ui: task summary: add verification jobs to count
    Dylan Whyte 
    d.whyte at proxmox.com
       
    Wed Feb  3 14:15:57 CET 2021
    
    
  
fixes a bug in which verification jobs were being excluded from the
verify task summary.
Signed-off-by: Dylan Whyte <d.whyte at proxmox.com>
---
 www/Dashboard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/Dashboard.js b/www/Dashboard.js
index 3aecc878..52107a8e 100644
--- a/www/Dashboard.js
+++ b/www/Dashboard.js
@@ -159,7 +159,7 @@ Ext.define('PBS.Dashboard', {
 		    type = 'sync';
 		}
 
-		if (type.startsWith('verify')) {
+		if (type.startsWith('verif')) {
 		    type = 'verify';
 		}
 
-- 
2.20.1
    
    
More information about the pbs-devel
mailing list