mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 19:21:58 -06:00
Adjusted default width of "Site" Column
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user