mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +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,
|
header: sortableHeader,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "info.g",
|
accessorFn: (originalRow) => originalRow.info.g,
|
||||||
id: "GPU",
|
id: "GPU",
|
||||||
invertSorting: true,
|
invertSorting: true,
|
||||||
sortUndefined: -1,
|
sortUndefined: -1,
|
||||||
@@ -191,7 +191,7 @@ export default function SystemsTable() {
|
|||||||
header: sortableHeader,
|
header: sortableHeader,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessorKey: "info.ht",
|
accessorFn: (originalRow) => originalRow.info.ht,
|
||||||
id: t`Temp`,
|
id: t`Temp`,
|
||||||
invertSorting: true,
|
invertSorting: true,
|
||||||
sortUndefined: -1,
|
sortUndefined: -1,
|
||||||
|
Reference in New Issue
Block a user