mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-05 18:54:42 +02:00
Automatic BackupSchedule management
This commit is contained in:
parent
31b1c663f2
commit
a12a126d38
13 changed files with 298 additions and 31 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue