mirror of
https://github.com/eduardogsilva/routerfleet.git
synced 2025-08-04 02:04:49 +02:00
undo remove default virtualhost from nginx
This commit is contained in:
parent
2c5238dcac
commit
0d93cd7258
2 changed files with 8 additions and 1 deletions
|
@ -17,7 +17,7 @@ def get_router_backup_file_extension(router_type):
|
|||
|
||||
|
||||
def gen_backup_name(router_backup):
|
||||
return f'routerfleet-backup-{router_backup.id}-{router_backup.schedule_type}-{router_backup.router.address}-{router_backup.created.strftime("%Y-%m-%d_%H-%M")}'
|
||||
return f'routerfleet-backup-{router_backup.id}-{router_backup.schedule_type}-{router_backup.created.strftime("%Y-%m-%d_%H-%M")}'
|
||||
|
||||
|
||||
def test_authentication(router_type, address, username, password, sshkey=None):
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue