فهرست منبع

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

Torkel Ödegaard 11 سال پیش
والد
کامیت
2cc9515fd6
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/app/components/kbn.js

+ 2 - 1
src/app/components/kbn.js

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