🎉 Improved database structure with new files 'myp.db-shm' and 'myp.db-wal', updated documentation to 'STECKDOSENSCHALTZEITEN.md'. Also, refactored logs for better organization. 📝🔍📈

This commit is contained in:
2025-06-02 14:47:37 +02:00
parent 7ee6ce5cae
commit 7bea427bd6
47 changed files with 3194 additions and 598 deletions

View File

@ -716,10 +716,10 @@
</div>
{% if current_user.is_authenticated and current_user.is_admin %}
<div class="pt-2 border-t border-slate-200 dark:border-slate-600">
<a href="{{ url_for('admin_plug_monitoring') }}"
<a href="{{ url_for('admin_plug_schedules') }}"
class="flex items-center space-x-2 text-slate-600 dark:text-slate-400 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200">
<span class="text-sm">🔌</span>
<span class="text-xs">Steckdosen-Monitoring</span>
<span class="text-xs">Steckdosenschaltzeiten</span>
</a>
</div>
{% endif %}