Automatic BackupSchedule management

This commit is contained in:
Eduardo Silva 2024-04-02 16:56:35 -03:00
parent 31b1c663f2
commit a12a126d38
13 changed files with 298 additions and 31 deletions

View file

@ -23,6 +23,7 @@
<th>Weekly</th>
<th>Monthly</th>
<th></th>
<th></th>
</tr>
</thead>
@ -51,6 +52,13 @@
<i class="far fa-check-circle text-success"></i>
{% endif %}
</td>
<td>
{% if backup_profile.profile_error_information %}
<i class="fas fa-exclamation-triangle text-warning"></i> {{ backup_profile.profile_error_information }}
{% endif %}
</td>
<td class="min-width">
<a href="/backup/manage_profile/?uuid={{ backup_profile.uuid }}"><i class="fas fa-edit"></i></a>