mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-12-16 02:05:48 -07:00
Adjusted device list default widths in table.
This commit is contained in:
@@ -1335,8 +1335,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: 140,
|
width: 100,
|
||||||
minWidth: 140,
|
minWidth: 100,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
};
|
};
|
||||||
case "hostname":
|
case "hostname":
|
||||||
@@ -1344,8 +1344,8 @@ export default function DeviceList({
|
|||||||
field: "hostname",
|
field: "hostname",
|
||||||
headerName: col.label,
|
headerName: col.label,
|
||||||
cellRenderer: hostnameCellRenderer,
|
cellRenderer: hostnameCellRenderer,
|
||||||
width: 210,
|
width: 150,
|
||||||
minWidth: 210,
|
minWidth: 150,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
};
|
};
|
||||||
case "description":
|
case "description":
|
||||||
@@ -1365,16 +1365,16 @@ export default function DeviceList({
|
|||||||
return {
|
return {
|
||||||
field: "lastUser",
|
field: "lastUser",
|
||||||
headerName: col.label,
|
headerName: col.label,
|
||||||
width: 220,
|
width: 200,
|
||||||
minWidth: 220,
|
minWidth: 200,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
};
|
};
|
||||||
case "type":
|
case "type":
|
||||||
return {
|
return {
|
||||||
field: "type",
|
field: "type",
|
||||||
headerName: col.label,
|
headerName: col.label,
|
||||||
width: 170,
|
width: 150,
|
||||||
minWidth: 170,
|
minWidth: 150,
|
||||||
flex: 0,
|
flex: 0,
|
||||||
};
|
};
|
||||||
case "os":
|
case "os":
|
||||||
|
|||||||
Reference in New Issue
Block a user