Skip to content

Commit

Permalink
Fix regenerate button for specific namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 13, 2024
1 parent 92baffb commit 84ba10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/http/ui/asn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ export function ASNPage({ asn }: { asn: ASNData }) {
content_copy
</div>
</button>
<a
<button
onclick={"location.reload()"}
class={buttonClass}
href="/asn"
title="Generate a new ASN"
>
<span class="material-symbols-outlined">
refresh
</span>
</a>
</button>
<button
class={buttonClass}
onclick={"globalThis.print()"}
Expand Down

0 comments on commit 84ba10c

Please sign in to comment.