Minor UI updates

This commit is contained in:
Douglas Barone 2022-04-14 09:53:27 -04:00
parent c9860ea920
commit 264639dc6e
6 changed files with 26 additions and 27 deletions

View File

@ -1,8 +1,9 @@
<template> <template>
<v-card :loading="loading" flat outlined class="light-shadow"> <v-card :loading="loading" flat outlined class="light-shadow">
<v-card-title class="display-1 font-weight-light mb-2"> <v-card-title class="font-weight-light mb-1">
Alterar minha senha Atualizar minha senha
</v-card-title> </v-card-title>
<v-divider />
<v-card-text> <v-card-text>
<v-text-field <v-text-field
v-model="oldPassword" v-model="oldPassword"

View File

@ -1,11 +1,20 @@
<template> <template>
<v-container class="access-points" fluid> <v-container class="access-points" fluid>
<router-view /> <router-view />
<v-toolbar class="mb-2" flat outlined> <v-toolbar class="mb-2" flat outlined max-width="400px">
<v-text-field
v-model="search"
label="Pesquisar"
placeholder="Nome, hostname, ip, modelo e etc."
clearable
prepend-icon="mdi-magnify"
hide-details
/>
<v-menu <v-menu
offset-y
:close-on-content-click="false" :close-on-content-click="false"
transition="slide-y-transition" transition="slide-y-transition"
left
offset-x
> >
<template #activator="{ on, attrs }"> <template #activator="{ on, attrs }">
<v-btn icon v-bind="attrs" v-on="on"> <v-btn icon v-bind="attrs" v-on="on">
@ -45,15 +54,6 @@
</v-card-text> </v-card-text>
</v-card> </v-card>
</v-menu> </v-menu>
<v-text-field
v-model="search"
label="Pesquisar"
placeholder="Nome, hostname, ip, modelo e etc."
clearable
prepend-icon="mdi-magnify"
hide-details
/>
</v-toolbar> </v-toolbar>
<v-data-table <v-data-table

View File

@ -1,18 +1,10 @@
<template> <template>
<v-container style="height: 90vh" fluid> <v-container fluid>
<v-row justify="center"> <v-row justify="center">
<v-col cols="12" md="6"> <v-col cols="12" xl="4" lg="6" md="8">
<CreateTokenForm /> <CreateTokenForm />
<v-alert class="mt-2" type="info" outlined>
Se o aluno estiver com dificuldades para utilizar o token, você pode
<router-link to="replace-student-password">
alterar a senha diretamente
</router-link>
</v-alert>
</v-col>
<v-col> <v-alert class="mt-6" type="success" outlined>
<v-alert type="info" outlined>
<span>Instruções:</span> <span>Instruções:</span>
<ul> <ul>
<li>Pesquise pelo aluno, usando o CPF ou nome</li> <li>Pesquise pelo aluno, usando o CPF ou nome</li>
@ -25,6 +17,12 @@
</li> </li>
</ul> </ul>
</v-alert> </v-alert>
<v-alert class="mt-2" type="info" outlined>
Se o aluno estiver com dificuldades para utilizar o token, você pode
<router-link to="replace-student-password">
alterar a senha diretamente</router-link
>.
</v-alert>
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>

View File

@ -1,6 +1,6 @@
<template> <template>
<v-container fluid class="mb-12"> <v-container fluid class="mb-12">
<v-toolbar class="mb-2" flat outlined> <v-toolbar class="mb-2" flat outlined max-width="400px">
<v-text-field <v-text-field
v-model="search" v-model="search"
label="Pesquisar" label="Pesquisar"

View File

@ -1,6 +1,6 @@
<template> <template>
<v-container fluid> <v-container fluid>
<v-toolbar class="mb-2" flat outlined> <v-toolbar class="mb-2" flat outlined max-width="400px">
<v-text-field <v-text-field
v-model="search" v-model="search"
label="Pesquisar" label="Pesquisar"

View File

@ -1,6 +1,6 @@
<template> <template>
<v-container fluid> <v-container fluid>
<v-toolbar flat outlined> <v-toolbar flat outlined max-width="400px">
<v-text-field <v-text-field
v-model="search" v-model="search"
label="Pesquisar" label="Pesquisar"