From d0dd4d6ba1d082f7e3f97b111eb7aea7c016b5bd Mon Sep 17 00:00:00 2001 From: Douglas Barone Date: Mon, 6 Jun 2022 19:15:04 +0000 Subject: [PATCH] Rename component --- .../{DevicesDataTable.vue => ClientsDataTable.vue} | 0 web/src/views/AccessPoints/clients.vue | 6 +++--- web/src/views/WifiDevices.vue | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) rename web/src/components/{DevicesDataTable.vue => ClientsDataTable.vue} (100%) diff --git a/web/src/components/DevicesDataTable.vue b/web/src/components/ClientsDataTable.vue similarity index 100% rename from web/src/components/DevicesDataTable.vue rename to web/src/components/ClientsDataTable.vue diff --git a/web/src/views/AccessPoints/clients.vue b/web/src/views/AccessPoints/clients.vue index d0da5cc..4bdd787 100644 --- a/web/src/views/AccessPoints/clients.vue +++ b/web/src/views/AccessPoints/clients.vue @@ -41,7 +41,7 @@ - @@ -64,11 +64,11 @@ import gql from 'graphql-tag' import ApIcon from '../../components/ApIcon.vue' -import DevicesDataTable from '../../components/DevicesDataTable.vue' +import ClientsDataTable from '../../components/ClientsDataTable.vue' export default { name: 'SingleAccessPoint', - components: { ApIcon, DevicesDataTable }, + components: { ApIcon, ClientsDataTable }, data: () => ({ showDialog: true, filter: '' diff --git a/web/src/views/WifiDevices.vue b/web/src/views/WifiDevices.vue index eed6a2f..6876ca4 100644 --- a/web/src/views/WifiDevices.vue +++ b/web/src/views/WifiDevices.vue @@ -47,7 +47,7 @@ no total. - + São exibidos apenas os 100 primeiros resultados da pesquisa @@ -57,11 +57,11 @@