Fix typo in extra disk I/O chart (closes #187)

This commit is contained in:
Henry Dollman
2024-09-26 10:50:23 -04:00
parent f350d61ee2
commit f2ddee9216

View File

@@ -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}