diff --git a/CHANGELOG.md b/CHANGELOG.md index 86a842c..0875d13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ ADR-007 and ADR-002. ### Added +- Vendor-model photos on asset detail heroes: computers and printers now + surface the linked model's `imageurl` in their extension payloads (the + field machines already exposed), and the machine, PC, printer, network + device, and measuring tool detail pages render the photo in the hero card + when present (hidden cleanly when absent). Network devices and measuring + tools have no model link yet, so their heroes stay photo-less until one + is added. - Dualpath "single machine" site toggle (`dualpath_single_machine`, default on). A Dualpath relationship pair is one physical dual-bay machine (single controller, bay-selector switch); when on, the machines list, dashboard and diff --git a/frontend/src/views/machines/MachineDetail.vue b/frontend/src/views/machines/MachineDetail.vue index 0c680f4..0d04090 100644 --- a/frontend/src/views/machines/MachineDetail.vue +++ b/frontend/src/views/machines/MachineDetail.vue @@ -28,6 +28,9 @@