|
@@ -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'},
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|