Commit 2cc9515f by Torkel Ödegaard

Added missing mega bytes unit format to unit selection, #999

parent 858d7be8
...@@ -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