Commit 6a95963c by bergquist

Revert "feat(units): add more data rate units"

This reverts commit a35bf497.
parent a35bf497
......@@ -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'},
]
},
{
......
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