poprawki, zmian w logice eventow, poprawka w zapytaniach, wykres live, lepsza stopla, uzunięcie eventlet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user