small ui tweaks

This commit is contained in:
henrygd
2025-07-12 21:16:40 -04:00
parent 48c8a3a4a5
commit 6520783fe9
4 changed files with 26 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ export default function SystemsTable() {
},
},
{
accessorKey: "info.l5",
accessorFn: (originalRow) => originalRow.info.l5,
id: "l5",
name: () => t({ message: "L5", comment: "Load average 5 minutes" }),
size: 0,
@@ -246,7 +246,7 @@ export default function SystemsTable() {
},
},
{
accessorKey: "info.l15",
accessorFn: (originalRow) => originalRow.info.l15,
id: "l15",
name: () => t({ message: "L15", comment: "Load average 15 minutes" }),
size: 0,