updated interface
This commit is contained in:
@@ -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 %}">
|
||||
|
||||
Reference in New Issue
Block a user