mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update kbn.js
data rate for Mbits has typo - should be megabits/sec - not megabites/sec
This commit is contained in:
parent
d0d21ba9a6
commit
02ac7a4001
@ -595,7 +595,7 @@ function($, _) {
|
||||
{text: 'bytes/sec', value: 'Bps'},
|
||||
{text: 'kilobites/sec', value: 'Kbits'},
|
||||
{text: 'kilobytes/sec', value: 'KBs'},
|
||||
{text: 'megabites/sec', value: 'Mbits'},
|
||||
{text: 'megabits/sec', value: 'Mbits'},
|
||||
{text: 'megabytes/sec', value: 'MBs'},
|
||||
{text: 'gigabytes/sec', value: 'GBs'},
|
||||
{text: 'gigabites/sec', value: 'Gbits'},
|
||||
|
Loading…
Reference in New Issue
Block a user