poprawki, zmian w logice eventow, poprawka w zapytaniach, wykres live, lepsza stopla, uzunięcie eventlet

This commit is contained in:
Mateusz Gruszczyński
2026-03-01 23:24:54 +01:00
parent 7429cb5660
commit f0862c12eb
5 changed files with 111 additions and 45 deletions

View File

@@ -12,9 +12,16 @@
{% block content %}{% endblock %}
<footer class="text-center mt-4 py-3">
<small class="text-muted">
© {{ footer.year }} <a href="https://{{ footer.author }}" target="_blank" class="text-decoration-none">{{ footer.author }}</a>
© {{ footer.year }} {{ footer.project }} |
Autor:
<a href="{{ footer.owner.url }}" target="_blank" class="text-decoration-none">
{{ footer.owner.name }}
</a>
{% if footer.version %}
| v{{ footer.version }}
{% endif %}
</small>
</footer>
</footer>
</div>
<!-- Chart.js -->
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>