* [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
* [pbs-devel] applied: [PATCH proxmox-backup] ui: task summary: add verification jobs to count
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 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2021-02-04 10:07 UTC (permalink / raw)
To: Proxmox Backup Server development discussion, Dylan Whyte
On 03.02.21 14:15, Dylan Whyte wrote:
> 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(-)
>
>
applied, thanks!
^ 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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal