Fix: wrong online count

This commit is contained in:
Douglas Barone 2023-05-22 10:01:25 -04:00
parent e7713c9d5f
commit 67a41076db

View File

@ -110,7 +110,7 @@
>
mdi-alert-circle
</v-icon>
APs: {{ items.filter(ap => ap.uptime >= 0).length }} online /
APs: {{ items.filter(ap => ap.uptime > 0).length }} online /
{{ items.length }} total
</v-chip>
<v-chip class="ml-1" small outlined>