🐛 Database: Updated SQLite database and removed temporary WAL and SHM files for optimization. Adjusted template links for the Tapo control dashboard. Enhanced logging for better tracking of initialization processes across various modules. 📚
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
<i class="fas fa-chart-bar mr-2"></i>Statistiken
|
||||
</a>
|
||||
|
||||
<a href="{{ url_for('tapo_control.tapo_overview') }}"
|
||||
<a href="{{ url_for('tapo.tapo_dashboard') }}"
|
||||
class="px-3 py-2 rounded-md text-sm font-medium {{ 'bg-blue-100 dark:bg-blue-900 text-blue-900 dark:text-blue-100' if 'tapo' in current_route else 'text-slate-700 dark:text-slate-300 hover:bg-slate-100 dark:hover:bg-slate-700' }}">
|
||||
<i class="fas fa-plug mr-2"></i>Smart Plugs
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user