diff --git a/webapp/templates/imaging.html b/webapp/templates/imaging.html
index cbd7dbf..f27821c 100644
--- a/webapp/templates/imaging.html
+++ b/webapp/templates/imaging.html
@@ -92,7 +92,7 @@ window.addEventListener('DOMContentLoaded', scheduleImagingReload);
{{ friendly[0] }}
{{ stage_idx }}/{{ stage_total or '?' }}
- {{ pct }}% · last {{ s.last_updated or '-' }}
+ {{ pct }}%
{{ s.intune_device_id }}
+ {{ s.intune_device_id }}
@@ -111,9 +111,15 @@ window.addEventListener('DOMContentLoaded', scheduleImagingReload);
style="font-size:0.65rem; line-height:1;"
target="_blank" rel="noopener"
href="https://portal.azure.us/?feature.msaljs=false#view/Microsoft_Intune_Devices/DeviceSettingsMenuBlade/~/properties/aadDeviceId/{{ s.intune_device_id }}">set category
- MAC {{ s.mac or '-' }} · started {{ s.started_at or '-' }}
{{ s.started_at or '-' }}
+ last {{ s.last_updated or '-' }}
+ MAC {{ s.mac or '-' }}
+ {% if s.current_stage %}{{ s.current_stage }}{% endif %}
+