This commit is contained in:
Alex Santos 2022-06-24 09:54:17 -03:00
parent 6c365b17c4
commit 1f979845a8
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ export default function Home() {
setEmail(value.target.value)
}}/>
<FormControl sx={{ m: 1, width: '90%' }} variant="outlined">
<InputLabel htmlFor="outlined-adornment-password">Password</InputLabel>
<InputLabel htmlFor="outlined-adornment-password">Senha</InputLabel>
<OutlinedInput
id="outlined-adornment-password"
type={values.showPassword ? 'text' : 'password'}

View File

@ -94,9 +94,9 @@ export default function ResumoOperacao({tableData, clientsData, userName, client
<title>Smart Energia - Resumo de Operação</title>
</Head>
<Header name={userName} />
<PageTitle title='Resumo de Operaçoes' subtitle='Operações detalhadas' />
<PageTitle title='Resumo de Operações' subtitle='Operações detalhadas' />
<h3>Seletor Mês</h3>
<h3>Filtrar por Unidade e/ou Mês</h3>
<div className='select'>
<FormControl fullWidth>
<InputLabel id="demo-simple-select-labels">Unidades</InputLabel>