merge axel

This commit is contained in:
2026-03-24 13:18:59 -05:00
parent 13cdfce656
commit 1de6761d03
3 changed files with 6 additions and 6 deletions
@@ -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>