[Option change]Show true up&download @ ranking

This commit is contained in:
katoxi
2020-05-01 16:49:20 +08:00
committed by GitHub
parent 48776b2717
commit bf8a35bc1f

View File

@@ -51,8 +51,8 @@
<span vip-flag="user"></span>
<!--<span message-to="user" to-class="message-to-icon"></span>-->
</td>
<td class="text-center ranking-active-col">{{user.uploaded | bytes:2}}</td>
<td class="text-center">{{user.downloaded | bytes:2}}</td>
<td class="text-center ranking-active-col">{{user.true_uploaded | bytes:2}}</td>
<td class="text-center">{{user.true_downloaded | bytes:2}}</td>
<td class="text-center"><span
ng-class="user.ratio == 0 ? 'ratio-warning' : 'ratio-normal' ">{{ user.ratio | ratio}}</span></td>
<td class="text-center">{{user.score | number: 2}}</td>
@@ -102,8 +102,8 @@
<span vip-flag="user"></span>
<!--<span message-to="user" to-class="message-to-icon"></span>-->
</td>
<td class="text-center ranking-active-col">{{user.downloaded | bytes:2}}</td>
<td class="text-center">{{user.uploaded | bytes:2}}</td>
<td class="text-center ranking-active-col">{{user.true_downloaded | bytes:2}}</td>
<td class="text-center">{{user.true_uploaded | bytes:2}}</td>
<td class="text-center"><span
ng-class="user.ratio == 0 ? 'ratio-warning' : 'ratio-normal' ">{{ user.ratio | ratio}}</span></td>
<td class="text-center">{{user.score | number: 2}}</td>
@@ -155,8 +155,8 @@
</td>
<td class="text-center ranking-active-col"><span
ng-class="user.ratio == 0 ? 'ratio-warning' : 'ratio-normal' ">{{ user.ratio | ratio}}</span></td>
<td class="text-center">{{user.uploaded | bytes:2}}</td>
<td class="text-center">{{user.downloaded | bytes:2}}</td>
<td class="text-center">{{user.true_uploaded | bytes:2}}</td>
<td class="text-center">{{user.true_downloaded | bytes:2}}</td>
<td class="text-center">{{user.score | number: 2}}</td>
<td class="text-center">{{user.seeded}}</td>
<td class="text-center">{{user.leeched}}</td>
@@ -205,8 +205,8 @@
<!--<span message-to="user" to-class="message-to-icon"></span>-->
</td>
<td class="text-right ranking-active-col">{{user.score | number: 2}} <span score-level-curr="user"></span></td>
<td class="text-center">{{user.uploaded | bytes:2}}</td>
<td class="text-center">{{user.downloaded | bytes:2}}</td>
<td class="text-center">{{user.true_uploaded | bytes:2}}</td>
<td class="text-center">{{user.true_downloaded | bytes:2}}</td>
<td class="text-center"><span
ng-class="user.ratio == 0 ? 'ratio-warning' : 'ratio-normal' ">{{ user.ratio | ratio}}</span></td>
<td class="text-center">{{user.seeded}}</td>
@@ -219,4 +219,4 @@
</div>
</div>
</script>
</section>
</section>