fix cron on start

This commit is contained in:
Mateusz Gruszczyński
2025-02-24 08:26:21 +01:00
parent 9b2d2ac7d9
commit 05abc1c795
3 changed files with 8 additions and 4 deletions

View File

@ -28,7 +28,7 @@
<body>
<nav class="navbar navbar-expand navbar-dark bg-dark mb-4">
<div class="container-fluid">
<a href="{{ url_for('index') }}" class="navbar-brand">Backup RouterOS</a>
<a href="{{ url_for('index') }}" class="navbar-brand">RouterOS Backup</a>
<div>
{% if session.user_id %}
<a href="{{ url_for('dashboard') }}" class="btn btn-secondary me-2">Dashboard</a>
@ -80,6 +80,11 @@
</div>
</div>
<footer class="footer bg-light py-3 mt-auto">
<div class="container text-center">
<span class="text-muted">&copy; 2025 RouterOS Backup</span>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js"></script>
<script>