public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] ui: task summary: add verification jobs to count
@ 2021-02-03 13:15 Dylan Whyte
  2021-02-04 10:07 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Whyte @ 2021-02-03 13:15 UTC (permalink / raw)
  To: pbs-devel

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 | 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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-04 10:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 13:15 [pbs-devel] [PATCH proxmox-backup] ui: task summary: add verification jobs to count Dylan Whyte
2021-02-04 10:07 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal