From d572c913e5db45f39a7d9ad7a2ffdb870e8a2b49 Mon Sep 17 00:00:00 2001 From: cproudlock Date: Wed, 12 Aug 2026 16:56:45 -0400 Subject: [PATCH] geenforce: let the wide pages use the page Two caps, one inside the other: the section shell at 1400px and the reports view at 1100px. Fine for nine columns; the reports table now carries twelve, including the asset a PC drives, its location and its backup state, so it was being squeezed while empty page sat to the right. Both are gone, and the manifests editor gets the width too. The Asset column no longer falls back to the PC's own asset number. The collector stores a PC's hostname AS its assetnumber, so for any PC that drives nothing that column just repeated the Host column next to it. It now shows a dash, and carries content only when it says something Host does not: the machine a bay PC controls, the tool a measuring PC controls, or the role of a display. --- .../geenforce/frontend/views/EnforcementReports.vue | 12 ++++++++++-- plugins/geenforce/frontend/views/GeEnforceLayout.vue | 5 ++++- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/plugins/geenforce/frontend/views/EnforcementReports.vue b/plugins/geenforce/frontend/views/EnforcementReports.vue index bb43588..93d1d0d 100644 --- a/plugins/geenforce/frontend/views/EnforcementReports.vue +++ b/plugins/geenforce/frontend/views/EnforcementReports.vue @@ -73,8 +73,12 @@ {{ report.displayrole }} + {{ report.assetnumber || '-' }} + class="muted">-
{{ report.location }}
{{ report.scopename }} @@ -189,7 +193,11 @@ load()