pve-manager/templates/default/vzdump-body.html.hbs
Lukas Wagner fede7e87e4 notifications: use named templates instead of in-code templates
This commit adapts notification sending for
    - package update
    - replication
    - backups

to use named templates (installed in /usr/share/pve-manager/templates)
instead of passing template strings defined in code to the
notification stack.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Max Carrara <m.carrara@proxmox.com>
Reviewed-by: Max Carrara <m.carrara@proxmox.com>
2024-06-03 14:16:35 +02:00

12 lines
328 B
Handlebars

<html>
<body>
{{error-message}}
<h1 style="font-size: 1.2em">Details</h1>
{{table guest-table}}
Total running time: {{duration total-time}}<br/>
Total size: {{human-bytes total-size}}<br/>
<h1 style="font-size: 1.2em">Logs</h1>
<pre>{{logs}}</pre>
</body>
</html>