|
@@ -419,7 +419,7 @@ function($, _, moment) {
|
|
|
// Data Rate
|
|
// Data Rate
|
|
|
kbn.valueFormats.pps = kbn.formatBuilders.decimalSIPrefix('pps');
|
|
kbn.valueFormats.pps = kbn.formatBuilders.decimalSIPrefix('pps');
|
|
|
kbn.valueFormats.bps = kbn.formatBuilders.decimalSIPrefix('bps');
|
|
kbn.valueFormats.bps = kbn.formatBuilders.decimalSIPrefix('bps');
|
|
|
- kbn.valueFormats.Bps = kbn.formatBuilders.decimalSIPrefix('Bps');
|
|
|
|
|
|
|
+ kbn.valueFormats.Bps = kbn.formatBuilders.decimalSIPrefix('B/s');
|
|
|
kbn.valueFormats.KBs = kbn.formatBuilders.decimalSIPrefix('Bs', 1);
|
|
kbn.valueFormats.KBs = kbn.formatBuilders.decimalSIPrefix('Bs', 1);
|
|
|
kbn.valueFormats.Kbits = kbn.formatBuilders.decimalSIPrefix('bps', 1);
|
|
kbn.valueFormats.Kbits = kbn.formatBuilders.decimalSIPrefix('bps', 1);
|
|
|
kbn.valueFormats.MBs = kbn.formatBuilders.decimalSIPrefix('Bs', 2);
|
|
kbn.valueFormats.MBs = kbn.formatBuilders.decimalSIPrefix('Bs', 2);
|
|
@@ -804,7 +804,7 @@ function($, _, moment) {
|
|
|
submenu: [
|
|
submenu: [
|
|
|
{text: 'packets/sec', value: 'pps'},
|
|
{text: 'packets/sec', value: 'pps'},
|
|
|
{text: 'bits/sec', value: 'bps'},
|
|
{text: 'bits/sec', value: 'bps'},
|
|
|
- {text: 'bytes/sec', value: 'B/s'},
|
|
|
|
|
|
|
+ {text: 'bytes/sec', value: 'Bps'},
|
|
|
{text: 'kilobits/sec', value: 'Kbits'},
|
|
{text: 'kilobits/sec', value: 'Kbits'},
|
|
|
{text: 'kilobytes/sec', value: 'KBs'},
|
|
{text: 'kilobytes/sec', value: 'KBs'},
|
|
|
{text: 'megabits/sec', value: 'Mbits'},
|
|
{text: 'megabits/sec', value: 'Mbits'},
|