hotfix for the plenum column on the devices page to be renamed and the bin page sensors graph headers reading going through multiple conversions
This commit is contained in:
parent
2e3192e9af
commit
eae0628e8b
2 changed files with 2 additions and 2 deletions
|
|
@ -472,7 +472,7 @@ export default function Devices() {
|
|||
]
|
||||
if (hasPlenums) {
|
||||
columns.push({
|
||||
title: "Plenum",
|
||||
title: "Temp/Humidity",
|
||||
// sortKey: "hi",
|
||||
// disableSort: true,
|
||||
render: (device: Device) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue