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' },
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

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