We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954008e commit aa9720aCopy full SHA for aa9720a
1 file changed
public/js/app.js
@@ -1648,7 +1648,7 @@ async function renderServerDetail(serverId) {
1648
1649
el.innerHTML = html`
1650
<div class="page-header">
1651
- <a href="/servers" onclick="navigateTo('servers')" class="btn btn-ghost btn-sm" style="margin-bottom:16px;display:inline-flex;width:auto">
+ <a href="/servers" onclick="event.preventDefault();navigateTo('servers')" class="btn btn-ghost btn-sm" style="margin-bottom:16px;display:inline-flex;width:auto">
1652
<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M19 12H5M12 19l-7-7 7-7"/></svg>
1653
Back to Servers
1654
</a>
0 commit comments