mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:26:25 +02:00
feat(torrents): show peers ip type info in torrent peers list
This commit is contained in:
@@ -524,7 +524,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
#ip-flags {
|
||||
.peer-ip-flags {
|
||||
.tooltip {
|
||||
.tooltip-inner {
|
||||
min-width: 50px !important;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user