🎉 Improved backend configuration and documentation 🖥️📚
This commit is contained in:
@ -714,6 +714,15 @@
|
||||
<span class="text-green-500 dark:text-green-400 font-medium transition-colors duration-300">Online</span>
|
||||
</div>
|
||||
</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') }}"
|
||||
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>
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<!-- Do Not Disturb Controls -->
|
||||
|
Reference in New Issue
Block a user