Spell fix

This commit is contained in:
Douglas Barone 2022-06-06 18:50:42 +00:00
parent d8a713045a
commit dcf8a7d591

View File

@ -61,7 +61,6 @@
<v-data-table
:headers="headers"
:items="computedAccessPoints"
:items-per-page="linesPerPage"
:loading="!accessPoints"
:search="search"
calculate-widths
@ -85,7 +84,7 @@
<v-icon v-if="isOpen">mdi-chevron-down</v-icon>
<v-icon v-else>mdi-chevron-up</v-icon>
</v-btn>
<spam class="font-weight-medium mr-2">{{ group }}</spam>
<span class="font-weight-medium mr-2">{{ group }}</span>
<v-chip class="ml-1" small outlined>
APs: {{ items.filter(ap => ap.uptime >= 0).length }} online /
{{ items.length }} total
@ -196,7 +195,6 @@ export default {
components: { ApIcon },
data: () => ({
linesPerPage: 150,
search: '',
groupBy: true,
defaultHeaders: [