From 74ba3d1339794ec6aa3274b9d84cd73a3d50c12f Mon Sep 17 00:00:00 2001 From: cproudlock Date: Thu, 14 May 2026 19:20:10 -0400 Subject: [PATCH] imaging: deep-link buttons for Set Category + LAPS per bay Two buttons next to the Intune device id on each bay card: - "set category" -> portal.azure.us Intune device blade properties via aadDeviceId/{deviceId} - "LAPS" -> intune.microsoft.us encryptionKeys blade via mdmDeviceId/{deviceId} Both use the dsregcmd DeviceId we already capture - no Graph API lookup or objectId resolution needed. One click from the dashboard takes the tech to the right page for category assignment or LAPS retrieval. Co-Authored-By: Claude Opus 4.7 (1M context) --- webapp/templates/imaging.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/webapp/templates/imaging.html b/webapp/templates/imaging.html index c5c25e9..7584912 100644 --- a/webapp/templates/imaging.html +++ b/webapp/templates/imaging.html @@ -48,6 +48,14 @@ + set category + LAPS {% endif %}