Added Customizable Device Column Chooser

This commit is contained in:
2025-09-05 20:02:49 -06:00
parent 986c9bae7f
commit 7950a8117b
2 changed files with 141 additions and 12 deletions

View File

@@ -209,7 +209,7 @@ export default function DeviceDetails({ device, onBack }) {
const summary = details.summary || {};
const summaryItems = [
{ label: "Device Name", value: summary.hostname || agent.hostname || device?.hostname || "unknown" },
{ label: "Hostname", 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: (