mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
Fix typo in extra disk I/O chart (closes #187)
This commit is contained in:
@@ -444,7 +444,7 @@ export default function SystemDetail({ name }: { name: string }) {
|
|||||||
<ChartCard
|
<ChartCard
|
||||||
grid={grid}
|
grid={grid}
|
||||||
title={`${extraFsName} I/O`}
|
title={`${extraFsName} I/O`}
|
||||||
description={`Throughput of of ${extraFsName}`}
|
description={`Throughput of ${extraFsName}`}
|
||||||
>
|
>
|
||||||
<DiskIoChart
|
<DiskIoChart
|
||||||
ticks={ticks}
|
ticks={ticks}
|
||||||
|
Reference in New Issue
Block a user