Adjusted default width of "Site" Column

This commit is contained in:
2025-10-17 05:03:36 -06:00
parent f252bda686
commit 37dbd358bb

View File

@@ -1133,8 +1133,8 @@ export default function DeviceList({
field: "site", field: "site",
headerName: col.label, headerName: col.label,
valueGetter: (params) => params.data?.site || "Not Configured", valueGetter: (params) => params.data?.site || "Not Configured",
width: 170, width: 140,
minWidth: 170, minWidth: 140,
flex: 0, flex: 0,
}; };
case "hostname": case "hostname":