Commit b6d5f49c by Torkel Ödegaard

Merge branch 'master' of github.com:torkelo/grafana-private into develop

parents 0f63c04b 2cc9515f
...@@ -509,7 +509,8 @@ function($, _, moment) { ...@@ -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'},
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment