mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-05 10:44:32 +02:00
Backup "queued" information
This commit is contained in:
parent
e6ee920234
commit
a8c62c241e
1 changed files with 5 additions and 2 deletions
|
@ -96,7 +96,10 @@
|
|||
{{ backup.next_retry }} <i class="far fa-clock"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
<span class="text-info" style="text-decoration: underline" title="This backup is queued to be executed as soon as possible.">
|
||||
queued <i class="far fa-clock"></i>
|
||||
</span>
|
||||
{% endif %}
|
||||
|
||||
|
||||
|
@ -122,7 +125,7 @@
|
|||
<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 }}
|
||||
{{ backup.error_message|default_if_none:"" }}
|
||||
</span>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue