verification: fix message in notification mail
the errors Vec can contain failed groups as well (e.g., if a group has no or an invalid owner). Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
a4fa3fc241
commit
23e4e90540
@ -81,7 +81,7 @@ const VERIFY_ERR_TEMPLATE: &str = r###"
|
|||||||
Job ID: {{job.id}}
|
Job ID: {{job.id}}
|
||||||
Datastore: {{job.store}}
|
Datastore: {{job.store}}
|
||||||
|
|
||||||
Verification failed on these snapshots:
|
Verification failed on these snapshots/groups:
|
||||||
|
|
||||||
{{#each errors}}
|
{{#each errors}}
|
||||||
{{this~}}
|
{{this~}}
|
||||||
|
Loading…
Reference in New Issue
Block a user