We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55a72c8 commit 04b56b0Copy full SHA for 04b56b0
1 file changed
app/pages/project/instances/instance/tabs/MetricsTab.tsx
@@ -86,7 +86,7 @@ function DiskMetric({
86
let unitForSet = ''
87
let label = '(COUNT)'
88
if (isBytesChart) {
89
- const byteUnits = ['Bytes', 'KiB', 'MiB', 'GiB', 'TiB']
+ const byteUnits = ['BYTES', 'KiB', 'MiB', 'GiB', 'TiB']
90
unitForSet = byteUnits[cycleCount]
91
label = `(${unitForSet})`
92
}
0 commit comments