📚 Aktualisierung der Protokolldateien: Hinzufügen von Informationen zur SQLite-Engine und Hardware-Integration. Optimierung der Protokollierung für bessere Nachverfolgbarkeit und Systemüberwachung. 🎉

This commit is contained in:
2025-06-12 20:08:41 +02:00
parent 33e3200523
commit 88c04e670d
10 changed files with 355 additions and 0 deletions

View File

@ -317,6 +317,14 @@
</svg>
<span>Statistiken</span>
</a>
<a href="{{ url_for('energy.energy_dashboard') }}"
class="nav-item {{ 'active' if request.endpoint == 'energy.energy_dashboard' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
<span>Energie</span>
</a>
<a href="{{ url_for('calendar.calendar_view') }}"
class="nav-item {{ 'active' if request.endpoint == 'calendar.calendar_view' else '' }}">
@ -600,6 +608,14 @@
<span>Statistiken</span>
</a>
<a href="{{ url_for('energy.energy_dashboard') }}"
class="mobile-nav-item {{ 'active' if request.endpoint == 'energy.energy_dashboard' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
<span>Energie</span>
</a>
<a href="{{ url_for('calendar.calendar_view') }}"
class="mobile-nav-item {{ 'active' if request.endpoint == 'calendar.calendar_view' else '' }}">
<svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24" aria-hidden="true">