mirror of
https://github.com/fankes/beszel.git
synced 2025-10-21 10:49:28 +08: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