webapp: shopfloor sub-menu tab + nav rename (the edits dropped by a failed git add)

The prior 'nest shopfloor menu as a tab' commit only captured the shopfloor_menu.html deletion - the git add also named the just-removed file, which errored the add and staged nothing else. This commits the actual integration that was already deployed to preview and prod: startnet_editor GET passes shopfloor_items/shopfloor_available, the Shopfloor Sub-Menu tab pane + sf-prefixed JS in startnet_editor.html, /shopfloor-menu redirects into the tab, and the sidebar 'startnet.cmd' -> 'Boot Menu' rename.
This commit is contained in:
cproudlock
2026-07-23 13:58:08 -04:00
parent 5f97e81dec
commit 3880151e71
3 changed files with 80 additions and 18 deletions

View File

@@ -58,15 +58,9 @@
<div class="nav-section">Tools</div>
<ul class="sidebar-nav nav flex-column">
<li class="nav-item">
<a class="nav-link {% if request.endpoint == 'startnet_editor' %}active{% endif %}"
<a class="nav-link {% if request.endpoint in ['startnet_editor', 'shopfloor_menu'] %}active{% endif %}"
href="{{ url_for('startnet_editor') }}">
<i class="bi bi-terminal"></i> startnet.cmd
</a>
</li>
<li class="nav-item">
<a class="nav-link {% if request.endpoint == 'shopfloor_menu' %}active{% endif %}"
href="{{ url_for('shopfloor_menu') }}">
<i class="bi bi-list-ol"></i> Shopfloor Menu
<i class="bi bi-list-ol"></i> Boot Menu
</a>
</li>
<li class="nav-item">