Add routes (untested)
This commit is contained in:
parent
db20819ad2
commit
d346ccf701
9 changed files with 132 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ export default function StatsGrid({ stats }: StatsGridProps) {
|
|||
label="CPU"
|
||||
value={stats ? `${stats.cpu.percent.toFixed(1)}%` : "—"}
|
||||
sub={stats?.cpu.model.replace(/\(R\)/g, "").replace(/\(TM\)/g, "").trim()}
|
||||
percent={stats?.cpu.percent.toFixed(1)}
|
||||
percent={Number(stats?.cpu.percent.toFixed(1))}
|
||||
delay={0}
|
||||
/>
|
||||
<StatCard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue