diff --git a/frontend/src/views/settings/DashboardDefaultsList.vue b/frontend/src/views/settings/DashboardDefaultsList.vue index 17a9b64..04fd157 100644 --- a/frontend/src/views/settings/DashboardDefaultsList.vue +++ b/frontend/src/views/settings/DashboardDefaultsList.vue @@ -6,9 +6,9 @@

- Map a kiosk/lobby display's IP address to the business unit it should show. - The shopfloor dashboard auto-selects this business unit by the display's IP - when none is chosen. + Map a display PC's IP address to what it should show: the shopfloor + dashboard (and which business unit), the lobby slideshow, or the 3D parts + kiosk. A single "display" image resolves its role from its own IP.

@@ -20,6 +20,7 @@ IP Address + Display Business Unit Description Actions @@ -28,6 +29,7 @@ {{ d.ipaddress }} + {{ roleLabel(d.displayrole) }} {{ d.businessunit || '-' }} {{ d.description || '-' }} @@ -36,7 +38,7 @@ - + No mappings yet @@ -60,8 +62,15 @@ placeholder="e.g., 10.20.30.40" required />
+ + +
+
-