mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 02:36:17 +01:00
fix dumb error i pushed five min ago :)
This commit is contained in:
@@ -210,7 +210,7 @@ export default function SystemsTable() {
|
|||||||
{
|
{
|
||||||
accessorFn: (originalRow) => originalRow.info.g,
|
accessorFn: (originalRow) => originalRow.info.g,
|
||||||
id: "gpu",
|
id: "gpu",
|
||||||
name: "GPU",
|
name: () => "GPU",
|
||||||
invertSorting: true,
|
invertSorting: true,
|
||||||
sortUndefined: -1,
|
sortUndefined: -1,
|
||||||
cell: CellFormatter,
|
cell: CellFormatter,
|
||||||
|
|||||||
Reference in New Issue
Block a user