feat(torrents): show peers ip type info in torrent peers list

This commit is contained in:
OldHawk
2018-06-09 00:27:18 +08:00
parent 9524c28656
commit 9ed483ac4d
2 changed files with 2 additions and 2 deletions

View File

@@ -524,7 +524,7 @@ body {
}
}
#ip-flags {
.peer-ip-flags {
.tooltip {
.tooltip-inner {
min-width: 50px !important;

View File

@@ -1057,7 +1057,7 @@
ng-if="item.peer_status == 'seeder'">
<td class="text-center">
<span user-info="item.user" info-name></span>
<span ip-flag="item" id="ip-flags" ip-class="ip-flags"></span>
<span ip-flag="item" class="peer-ip-flags" ip-class="ip-flags"></span>
<!--<span vip-flag="item.user"></span>-->
<!--<span message-to="item.user" to-class="message-to-icon"></span>-->
</td>