Add backup.error_message to debug and removed hostname from backup filename.

This commit is contained in:
Eduardo Silva 2024-04-06 10:02:17 -03:00
parent 2c5238dcac
commit 60969f4b07
2 changed files with 8 additions and 1 deletions

View file

@ -91,6 +91,13 @@
{{ webadmin_settings.cron_last_run }}
</span>
</li>
<li class="list-group-item">
<b><i class="far fa-question-circle" title="This debug information is only displayed while the backup is not finished."></i> Error message</b>
<span class="float-right">
{{ backup.error_message }}
</span>
</li>
{% endif %}