Browse Source

Merge branch 'master' of github.com:torkelo/grafana-private into develop

Torkel Ödegaard 11 years ago
parent
commit
b6d5f49c0f
1 changed files with 2 additions and 1 deletions
  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'},
         ]
       },
       {