mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix typos in data rate unit names (#44632)
This commit is contained in:
parent
9fe034e5ca
commit
99ee72688c
@ -171,8 +171,8 @@ export const getCategories = (): ValueFormatCategory[] => [
|
||||
{ name: 'kibibits/sec', id: 'Kibits', fn: binaryPrefix('b/s', 1) },
|
||||
{ name: 'kilobytes/sec', id: 'KBs', fn: SIPrefix('B/s', 1) },
|
||||
{ name: 'kilobits/sec', id: 'Kbits', fn: SIPrefix('b/s', 1) },
|
||||
{ name: 'mibibytes/sec', id: 'MiBs', fn: binaryPrefix('B/s', 2) },
|
||||
{ name: 'mibibits/sec', id: 'Mibits', fn: binaryPrefix('b/s', 2) },
|
||||
{ name: 'mebibytes/sec', id: 'MiBs', fn: binaryPrefix('B/s', 2) },
|
||||
{ name: 'mebibits/sec', id: 'Mibits', fn: binaryPrefix('b/s', 2) },
|
||||
{ name: 'megabytes/sec', id: 'MBs', fn: SIPrefix('B/s', 2) },
|
||||
{ name: 'megabits/sec', id: 'Mbits', fn: SIPrefix('b/s', 2) },
|
||||
{ name: 'gibibytes/sec', id: 'GiBs', fn: binaryPrefix('B/s', 3) },
|
||||
|
Loading…
Reference in New Issue
Block a user