mirror of
https://github.com/grafana/grafana.git
synced 2025-01-16 11:42:35 -06:00
Added missing mega bytes unit format to unit selection, #999
This commit is contained in:
parent
858d7be8cf
commit
2cc9515fd6
@ -509,7 +509,8 @@ function($, _, moment) {
|
||||
submenu: [
|
||||
{text: 'bits', value: 'bits'},
|
||||
{text: 'bytes', value: 'bytes'},
|
||||
{text: 'kilobytes', value: 'kbytes'},
|
||||
{text: 'kilo bytes', value: 'kbytes'},
|
||||
{text: 'mega bytes', value: 'mbytes'},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user