From 8debc4ddb3c11e5da9bb4a5d6fd4750dfdb9c3cc Mon Sep 17 00:00:00 2001 From: cproudlock Date: Fri, 15 May 2026 07:30:48 -0400 Subject: [PATCH] imaging: LAPS input always visible, not gated on intune_device_id Was hiding LAPS QR section until idx=7 pushed with a DeviceId. Operator couldn't paste a password if Monitor hadn't gotten around to capturing the DeviceId yet. The QR encoding doesn't depend on DeviceId - it's just the password being encoded - so the section is useful any time the bay is past the LAPS reboot. Drop the {% if s.intune_device_id %} gate. LAPS section now appears in every expanded tile. Co-Authored-By: Claude Opus 4.7 (1M context) --- webapp/templates/imaging.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/webapp/templates/imaging.html b/webapp/templates/imaging.html index cdda387..dc39664 100644 --- a/webapp/templates/imaging.html +++ b/webapp/templates/imaging.html @@ -137,7 +137,6 @@ window.addEventListener('DOMContentLoaded', scheduleImagingReload); {% endif %} - {% if s.intune_device_id %}
LAPS password QR (paste -> scan on bay - persists until cleared)
@@ -152,7 +151,6 @@ window.addEventListener('DOMContentLoaded', scheduleImagingReload);
- {% endif %} {% if s.log_tail %}