🎉 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:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user