stash the length separately

This commit is contained in:
Girish Ramakrishnan
2020-09-14 12:12:39 -07:00
parent 5fca372ddf
commit f114a629f3
2 changed files with 3 additions and 1 deletions

View File

@@ -134,7 +134,7 @@
<span class="text-muted">Blocked IPs & Ranges</span>
</div>
<div class="col-xs-6 text-right">
<span>{{ blocklist.currentBlocklist.length }} IP(s) blocked <a href="" ng-click="blocklist.show()"><i class="fa fa-edit text-small"></i></a></span>
<span>{{ blocklist.currentBlocklistLength }} IP(s) blocked <a href="" ng-click="blocklist.show()"><i class="fa fa-edit text-small"></i></a></span>
</div>
</div>
</div>