updated interface

This commit is contained in:
2026-03-30 15:49:26 +03:00
parent fbf5802c69
commit 86bfecca26
8 changed files with 1002 additions and 0 deletions

View File

@@ -31,6 +31,12 @@
<i class="bi bi-motherboard me-2"></i>Boards
</a>
</li>
<li>
<a href="{{ url_for('devices.list_devices') }}"
class="nav-link text-white {% if 'devices.' in request.endpoint %}active{% endif %}">
<i class="bi bi-hdd-stack me-2"></i>Devices
</a>
</li>
<li>
<a href="{{ url_for('workflows.list_workflows') }}"
class="nav-link text-white {% if 'workflows.' in request.endpoint %}active{% endif %}">