Minor Ui changes

This commit is contained in:
Douglas Barone 2022-06-07 20:08:46 +00:00
parent 0d3637ace3
commit 466e1c8660
2 changed files with 4 additions and 3 deletions

View File

@ -3,8 +3,7 @@ import prisma from '../../prisma'
export async function wifiDevices(parent, { take = 50, skip = 0, search, sortBy, sortDesc }) {
const mode = 'insensitive'
if (!search)
search = ''
if (!search) search = ''
const where = {
OR: [

View File

@ -26,7 +26,9 @@
{{ user.sAMAccountName }}
</small>
</div>
<span v-else><Avatar left size="28" /> Não logado</span>
<span v-else>
<Avatar left size="28" noAuth /><small>Não autenticado</small>
</span>
</template>
<template #[`item.mac`]="{ item: { mac } }">