added ranking
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user