mirror of
https://github.com/smittix/intercept.git
synced 2026-04-24 06:40:00 -07:00
feat: Add back button to navigation on dashboard pages
Add browser history back button alongside existing dashboard links on vessels, aircraft, network monitor, and remote agents pages. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -514,6 +514,7 @@
|
||||
<span>// MULTI-AGENT VIEW</span>
|
||||
</div>
|
||||
<nav class="header-nav">
|
||||
<a href="#" onclick="history.back(); return false;">Back</a>
|
||||
<a href="/">Dashboard</a>
|
||||
<a href="/controller/manage">Manage Agents</a>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user