Layout adjusts

This commit is contained in:
Douglas Barone 2022-12-08 15:33:47 -04:00
parent 6765b22170
commit 11067ed90e
2 changed files with 13 additions and 10 deletions

View File

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

View File

@ -10,12 +10,15 @@
md="6" md="6"
lg="4" lg="4"
> >
<v-card flat> <v-card flat outlined>
<v-card-title class="title font-weight-light text-sm-body-1"> <v-card-title
class="title font-weight-light text-sm-body-1 pb-0 pt-2 px-2"
>
{{ subnet.name }} - {{ subnet.cidr }} {{ subnet.name }} - {{ subnet.cidr }}
<v-spacer /> <v-spacer />
<v-icon left> mdi-devices </v-icon> <v-chip color="primary">
{{ subnet.stats[0].clients }} {{ subnet.stats[0].clients }}
</v-chip>
</v-card-title> </v-card-title>
<v-card-text> <v-card-text>
<ClientsChart <ClientsChart