mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-10-03 21:14:30 +02:00
Second onclick pass
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<div class="cc-pagination-right">
|
||||
{#if !backButtonDisabled}
|
||||
<button aria-label="page-reset" class="reset nav" type="button"
|
||||
on:click|preventDefault={() => reset}></button>
|
||||
on:click|preventDefault={() => reset()}></button>
|
||||
<button aria-label="page-back" class="left nav" type="button"
|
||||
on:click|preventDefault={() => { page -= 1; }}></button>
|
||||
{/if}
|
||||
|
Reference in New Issue
Block a user