This commit is contained in:
@@ -227,7 +227,8 @@ async fn render_page(
|
||||
<h2 class="text-lg font-semibold">{heading} <code class="font-mono text-sky-300">{id}</code></h2>
|
||||
<button class="text-xs text-sky-300 hover:text-sky-200"
|
||||
hx-get="/admin/pages/devices/list-fragment"
|
||||
hx-target="#devices-region" hx-swap="innerHTML">{back}</button>
|
||||
hx-target="#devices-region" hx-swap="innerHTML"
|
||||
hx-push-url="#devices">{back}</button>
|
||||
</header>"##,
|
||||
heading = t(lang, "exec.heading"),
|
||||
id = html_escape(peer_id),
|
||||
|
||||
Reference in New Issue
Block a user