centrado stepper y invertido orden de logs

This commit is contained in:
2025-01-30 00:44:04 -03:00
parent ccf909e825
commit 333ee5d326
2 changed files with 6 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
let modaldata:string = $state("");
let showmodal:boolean =$state(false);
let ll:LogDto|any = $state({});
let cantpag:number = $state(100);
let cantpag:number = $state(0);
onMount(()=>{
obtenerLogs();
@@ -105,5 +105,7 @@
{/each}
</tbody>
</table>
<PaginacionStepper currentPag={pagina} {cantpag} {queryPag}/>
</div>
<div class="d-flex justify-content-center">
<PaginacionStepper currentPag={pagina} {cantpag} {queryPag}/>
</div>
</div>