modified: app.py

modified:   templates/logs.html
	modified:   templates/settings.html
	modified:   templates/users.html
This commit is contained in:
SimolZimol
2024-09-06 15:52:18 +02:00
parent 1d8fbdd1aa
commit 103515567a
4 changed files with 5 additions and 15 deletions

View File

@@ -17,7 +17,7 @@
<a href="{{ url_for('download_logs') }}" class="btn btn-secondary mb-3">Download Logs</a>
<pre id="log-content"
style="height: 500px; overflow-y: scroll; background-color: #f8f9fa; padding: 10px; border: 1px solid #ddd;"></pre>
<a href="{{ url_for('index') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
<a href="{{ url_for('admin_dashboard') }}" class="btn btn-secondary btn-block mt-3">Back to Dashboard</a>
</div>
</div>
</div>