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

pull/1471/head
Torkel Ödegaard 10 years ago
parent 858d7be8cf
commit 2cc9515fd6
  1. 3
      src/app/components/kbn.js

@ -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…
Cancel
Save