Prepare to release

This commit is contained in:
Douglas Barone 2022-12-08 14:23:54 -04:00
parent 590ac4870d
commit 97edd0fef0
7 changed files with 14 additions and 18 deletions

View File

@ -1,12 +1,12 @@
{
"name": "ifms-pti-svr",
"version": "3.3.9",
"version": "3.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ifms-pti-svr",
"version": "3.3.9",
"version": "3.4.0",
"license": "ISC",
"dependencies": {
"@prisma/client": "^4.7.1",

View File

@ -1,6 +1,6 @@
{
"name": "ifms-pti-svr",
"version": "3.3.9",
"version": "3.4.0",
"description": "Servidor do Portal de TI do IFMS",
"main": "src/index.js",
"prisma": {

View File

@ -400,11 +400,7 @@ const typeDefs = gql`
subnetMaskLength: String!
numHosts: String!
length: String!
stats(
take: Int = 128
minutesIn: Int = 1440
dateOut: String
): [SubnetStats]
stats(take: Int = 64, minutesIn: Int = 1440, dateOut: String): [SubnetStats]
}
input LoginInput {

4
web/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ifms-pti",
"version": "3.3.9",
"version": "3.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ifms-pti",
"version": "3.3.9",
"version": "3.4.0",
"dependencies": {
"@mdi/font": "^6.9.96",
"apollo-link-ws": "^1.0.20",

View File

@ -1,6 +1,6 @@
{
"name": "ifms-pti",
"version": "3.3.9",
"version": "3.4.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -65,12 +65,12 @@ export default {
route: { name: 'access-points' },
role: 'superAdmin'
},
{
title: 'Status Wi-Fi',
icon: 'mdi-chart-bell-curve-cumulative',
route: { name: 'wifi-stats' },
role: 'superAdmin'
},
// {
// title: 'Status Wi-Fi',
// icon: 'mdi-chart-bell-curve-cumulative',
// route: { name: 'wifi-stats' },
// role: 'superAdmin'
// },
{
title: 'Inspecionar Usuário',
icon: 'mdi-account-search',

View File

@ -31,7 +31,7 @@ export default {
components: { ClientsChart },
apollo: {
subnets: {
pollInterval: 5000,
pollInterval: 10000,
debounce: 500,
cachePolicy: 'cache-and-network',
query: gql`