Explorar o código

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

Torkel Ödegaard %!s(int64=11) %!d(string=hai) anos
pai
achega
2cc9515fd6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/app/components/kbn.js

+ 2 - 1
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'},
         ]
       },
       {