mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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: [
|
submenu: [
|
||||||
{text: 'bits', value: 'bits'},
|
{text: 'bits', value: 'bits'},
|
||||||
{text: 'bytes', value: 'bytes'},
|
{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