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 }) { export async function wifiDevices(parent, { take = 50, skip = 0, search, sortBy, sortDesc }) {
const mode = 'insensitive' const mode = 'insensitive'
if (!search) if (!search) search = ''
search = ''
const where = { const where = {
OR: [ OR: [

View File

@ -26,7 +26,9 @@
{{ user.sAMAccountName }} {{ user.sAMAccountName }}
</small> </small>
</div> </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>
<template #[`item.mac`]="{ item: { mac } }"> <template #[`item.mac`]="{ item: { mac } }">