From 6a95963c898b64f181480904c65aeea011e56590 Mon Sep 17 00:00:00 2001 From: bergquist Date: Mon, 18 Jan 2016 09:47:01 +0100 Subject: [PATCH] Revert "feat(units): add more data rate units" This reverts commit a35bf497bed5553bbce75461ea235c359927e2f4. --- public/app/core/utils/kbn.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/app/core/utils/kbn.js b/public/app/core/utils/kbn.js index e8084361916..cc296324eb5 100644 --- a/public/app/core/utils/kbn.js +++ b/public/app/core/utils/kbn.js @@ -595,10 +595,6 @@ function($, _) { {text: 'packets/sec', value: 'pps'}, {text: 'bits/sec', value: 'bps'}, {text: 'bytes/sec', value: 'Bps'}, - {text: 'megabytes/sec', value: 'MBs'}, - {text: 'megabites/sec', value: 'Mbits'}, - {text: 'gigabytes/sec', value: 'GBs'}, - {text: 'gigabites/sec', value: 'Gbits'}, ] }, {