mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-10-04 05:57:13 +00:00

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>
12 lines
328 B
Handlebars
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>
|