From 2cc9515fd669043b0f484699df1e3b2b8c7e5109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Thu, 5 Feb 2015 10:56:39 +0100 Subject: [PATCH] Added missing mega bytes unit format to unit selection, #999 --- src/app/components/kbn.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/components/kbn.js b/src/app/components/kbn.js index 80a2b976f6e..fa375f83f6e 100644 --- a/src/app/components/kbn.js +++ b/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'}, ] }, {