merge axel
This commit is contained in:
@@ -95,7 +95,7 @@ export default function Antiguedad({ filtros }: Props) {
|
||||
}}
|
||||
>
|
||||
|
||||
<h1 style={{ margin: "0" }}>Antigüedad por equipo</h1>
|
||||
<h1 style={{ margin: "0" }}>Antigüedad por periferico</h1>
|
||||
|
||||
<ResponsiveContainer width="100%" aspect={2.5}>
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ export default function Uso({ filtros }: Props) {
|
||||
|
||||
return (
|
||||
<div style={{ minWidth: "570px", background: "white", borderRadius: "10px", padding: "1rem" }}>
|
||||
<h1 style={{ margin: "0" }}>Uso por equipo</h1>
|
||||
<h1 style={{ margin: "0" }}>Uso por periferico</h1>
|
||||
<ResponsiveContainer width="100%" aspect={2.5} minHeight={220}>
|
||||
<BarChart data={dataTransformada}
|
||||
width={500}
|
||||
|
||||
@@ -373,16 +373,16 @@ export default function ReportePerifericos() {
|
||||
filtros={filtros}
|
||||
/>
|
||||
|
||||
<Procesador
|
||||
{/* <Procesador
|
||||
filtros={filtros}
|
||||
/>
|
||||
|
||||
<SistemaOperativo
|
||||
filtros={filtros}
|
||||
/>
|
||||
/> */}
|
||||
|
||||
<TableAntiguedad filtros={filtros} count={true} />
|
||||
<TableAntiguedad filtros={filtrosTable} count={false} />
|
||||
{/* <TableAntiguedad filtros={filtros} count={true} />
|
||||
<TableAntiguedad filtros={filtrosTable} count={false} /> */}
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user