diff --git a/frontend/src/devices/DeviceDetail.jsx b/frontend/src/devices/DeviceDetail.jsx index cc37642..dab9c86 100644 --- a/frontend/src/devices/DeviceDetail.jsx +++ b/frontend/src/devices/DeviceDetail.jsx @@ -301,22 +301,26 @@ export default function DeviceDetail() {
{/* Basic Information */} -
- - {device.device_id} - - - - {mqttStatus && ( - - (MQTT {mqttStatus.seconds_since_heartbeat}s ago) - - )} - - - {device.id} - -
+
+
+ + + {mqttStatus && ( + + (MQTT {mqttStatus.seconds_since_heartbeat}s ago) + + )} + +
+
+ + {device.device_id} + + + {device.id} + +
+
{/* Misc */}