added ranking

This commit is contained in:
2025-12-03 19:01:47 -06:00
parent d0d20345ff
commit d17ffb4568
6 changed files with 128 additions and 2 deletions
+8 -1
View File
@@ -13,7 +13,6 @@ export default function History() {
const api_url = process.env.NEXT_PUBLIC_API_URL;
const router = useRouter();
useEffect(() => {
const fetchHistorial = async () => {
try {
@@ -42,6 +41,14 @@ export default function History() {
<div className="history-table-container">
<table className="history-table">
<thead>
<tr className="rowTotal">
<td colSpan={2} className="total">
Numero total modificado:
</td>
<td colSpan={1} className="total">
{historial.length}
</td>
</tr>
<tr>
<th>Inventario</th>
<th>Tipo de Equipo</th>