Initial Device Type Logic

This commit is contained in:
2025-09-05 19:39:11 -06:00
parent 05b2d7ef77
commit 986c9bae7f
4 changed files with 250 additions and 2 deletions

View File

@@ -211,6 +211,7 @@ export default function DeviceDetails({ device, onBack }) {
const summaryItems = [
{ label: "Device Name", value: summary.hostname || agent.hostname || device?.hostname || "unknown" },
{ label: "Operating System", value: summary.operating_system || agent.agent_operating_system || "unknown" },
{ label: "Device Type", value: summary.device_type || "unknown" },
{ label: "Last User", value: (
<Box sx={{ display: 'flex', alignItems: 'center', gap: 1 }}>
<Box component="span" sx={{