Use different color for upload speed
This commit is contained in:
parent
7eec859d49
commit
12fb096a5b
|
@ -387,7 +387,7 @@
|
|||
<span title="Download Speed"><i class="icon-download"> </i> {{download.downloadSpeed | bspeed}}</span>
|
||||
</li>
|
||||
|
||||
<li ng-show="download.bittorrent" class="label hidden-phone" ng-class="{'label-active': download.uploadSpeed > 2048}">
|
||||
<li ng-show="download.bittorrent" class="label hidden-phone" ng-class="{'label-info': download.uploadSpeed > 2048}">
|
||||
<span title="Upload Speed"><i class="icon-upload"> </i> {{download.uploadSpeed | bspeed}}</span>
|
||||
</li>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user