Commit a35bf497 by bergquist

feat(units): add more data rate units

closes #3759
parent 9b42b336
...@@ -595,6 +595,10 @@ function($, _) { ...@@ -595,6 +595,10 @@ function($, _) {
{text: 'packets/sec', value: 'pps'}, {text: 'packets/sec', value: 'pps'},
{text: 'bits/sec', value: 'bps'}, {text: 'bits/sec', value: 'bps'},
{text: 'bytes/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'},
] ]
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment