mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
feat: PRIMARY_SENSOR env var to choose dashboard temp
This commit is contained in:
@@ -193,7 +193,7 @@ export default function SystemsTable() {
|
||||
header: sortableHeader,
|
||||
},
|
||||
{
|
||||
accessorFn: (originalRow) => originalRow.info.ht,
|
||||
accessorFn: (originalRow) => originalRow.info.dt,
|
||||
id: t`Temp`,
|
||||
invertSorting: true,
|
||||
sortUndefined: -1,
|
||||
|
||||
Reference in New Issue
Block a user