mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
refactor: get rid of console warnings on dashboard
This commit is contained in:
@@ -182,7 +182,7 @@ export default function SystemsTable() {
|
||||
header: sortableHeader,
|
||||
},
|
||||
{
|
||||
accessorKey: "info.g",
|
||||
accessorFn: (originalRow) => originalRow.info.g,
|
||||
id: "GPU",
|
||||
invertSorting: true,
|
||||
sortUndefined: -1,
|
||||
@@ -191,7 +191,7 @@ export default function SystemsTable() {
|
||||
header: sortableHeader,
|
||||
},
|
||||
{
|
||||
accessorKey: "info.ht",
|
||||
accessorFn: (originalRow) => originalRow.info.ht,
|
||||
id: t`Temp`,
|
||||
invertSorting: true,
|
||||
sortUndefined: -1,
|
||||
|
Reference in New Issue
Block a user