From 5f97e81dec7a3117a68703c8938038e0dda17a61 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 23 Jul 2026 13:37:55 -0400 Subject: [PATCH] webapp: nest shopfloor menu as a tab in the Boot Menu editor; rename nav to Boot Menu The shopfloor sub-menu editor is now a 'Shopfloor Sub-Menu' tab inside the startnet editor (it IS a sub-menu of the boot menu), not a separate page - sf-prefixed IDs avoid clashing with the top-level Boot Menu tab. /shopfloor-menu GET + save now redirect back into that tab; standalone shopfloor_menu.html removed. Sidebar 'startnet.cmd' renamed to 'Boot Menu'. --- webapp/templates/shopfloor_menu.html | 99 ---------------------------- 1 file changed, 99 deletions(-) delete mode 100644 webapp/templates/shopfloor_menu.html diff --git a/webapp/templates/shopfloor_menu.html b/webapp/templates/shopfloor_menu.html deleted file mode 100644 index 65361df..0000000 --- a/webapp/templates/shopfloor_menu.html +++ /dev/null @@ -1,99 +0,0 @@ -{% extends "base.html" %} -{% block title %}Shopfloor Boot Menu - PXE Server Manager{% endblock %} - -{% block content %} - - -
- This is the data-driven GEA Shopfloor sub-menu WinPE shows at imaging - (menu.json on the enrollment share). Reorder, rename, or hide entries - - no boot.wim edit. Each item's PC-type must be an existing - shopfloor-setup/gea-shopfloor-* handler (dropdown below); WinPE falls back to the - baked-in menu if the share/picker is unavailable. -
- -
-
- - - - - - - - - - - - - - -
-
- - - - -{% endblock %}