mirror of
https://github.com/nextepc/nextepc-oss.git
synced 2025-11-02 12:53:14 +00:00
Update View.js (#450)
Switched UL and DL values as they were reversed (DL showing UL & UL showing DL)
This commit is contained in:
@@ -236,11 +236,11 @@ const View = ({ visible, disableOnClickOutside, subscriber, onEdit, onDelete, on
|
||||
<div className="right">
|
||||
<div className="data">
|
||||
{ambr.downlink} Kbps
|
||||
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>UL</span>
|
||||
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>DL</span>
|
||||
</div>
|
||||
<div className="data">
|
||||
{ambr.uplink} Kbps
|
||||
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>DL</span>
|
||||
<span style={{color:oc.gray[5]}}><KeyboardControlIcon/>UL</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user