mirror of
https://github.com/fankes/beszel.git
synced 2025-10-20 02:09:28 +08:00
fix: read/write labels swapped for extra disk charts (#254)
This commit is contained in:
@@ -62,8 +62,8 @@ export default memo(function AreaChartDefault({
|
|||||||
]
|
]
|
||||||
} else if (chartName.startsWith("efs")) {
|
} else if (chartName.startsWith("efs")) {
|
||||||
return [
|
return [
|
||||||
[t`Read`, `${chartName}.w`, 3, 0.3],
|
[t`Write`, `${chartName}.w`, 3, 0.3],
|
||||||
[t`Write`, `${chartName}.r`, 1, 0.3],
|
[t`Read`, `${chartName}.r`, 1, 0.3],
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
return []
|
return []
|
||||||
|
Reference in New Issue
Block a user