Fix show offline devices

This commit is contained in:
Douglas Barone 2020-12-21 13:40:47 -04:00
parent 778384e04b
commit 78697b860d

View File

@ -60,7 +60,7 @@
offset-y="10" offset-y="10"
:content=" :content="
user.wifiDevices user.wifiDevices
.filter(wifiDevice => !wifiDevice.status == 'ONLINE') .filter(wifiDevice => wifiDevice.status != 'ONLINE')
.length.toString() .length.toString()
" "
> >