mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2024-12-22 13:34:16 +03:00
a4f1b175d1
If the `notification-mode` parameter is set to `legacy-sendmail`, then we still use the new infrastructure, but don't consider the notification config and use a hard-coded sendmail endpoint directly. Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Gabriel Goller <g.goller@proxmox.com> Reviewed-by: Gabriel Goller <g.goller@proxmox.com> Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
16 lines
320 B
Handlebars
16 lines
320 B
Handlebars
{{#if reason~}}
|
|
The {{ device-type }} has the wrong or no tape(s) inserted. Error:
|
|
{{ reason }}
|
|
|
|
{{/if~}}
|
|
{{#if is-changer~}}
|
|
Please insert the requested media into the changer.
|
|
|
|
Changer: {{ device }}
|
|
{{else}}
|
|
Please insert the requested media into the backup drive.
|
|
|
|
Drive: {{ device }}
|
|
{{/if}}
|
|
Media: {{ label-text }}
|