mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-26 22:41:50 +02:00
add max 1 min memory
This commit is contained in:
@@ -7,7 +7,7 @@ import { useMemo } from "react"
|
||||
export type DataPoint = {
|
||||
label: string
|
||||
dataKey: (data: SystemStatsRecord) => number | undefined
|
||||
color: string
|
||||
color: number | string
|
||||
opacity: number
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user