diff --git a/templates/adsb_dashboard.html b/templates/adsb_dashboard.html index 119f6b2..359d0b5 100644 --- a/templates/adsb_dashboard.html +++ b/templates/adsb_dashboard.html @@ -30,6 +30,7 @@ All + Back Main Dashboard diff --git a/templates/agents.html b/templates/agents.html index 5e40d84..87a7a0f 100644 --- a/templates/agents.html +++ b/templates/agents.html @@ -223,7 +223,13 @@ opacity: 0.5; } - /* Back button */ + /* Navigation links */ + .nav-links { + display: flex; + gap: 16px; + margin-bottom: 20px; + } + .back-link { display: inline-flex; align-items: center; @@ -231,7 +237,6 @@ color: var(--accent-cyan); text-decoration: none; font-size: 14px; - margin-bottom: 20px; } .back-link:hover { @@ -296,12 +301,21 @@
- - - - - Back to Dashboard - +

Remote Agents

diff --git a/templates/ais_dashboard.html b/templates/ais_dashboard.html index 8b635a2..b94a062 100644 --- a/templates/ais_dashboard.html +++ b/templates/ais_dashboard.html @@ -31,6 +31,7 @@ All
+ Back Main Dashboard
diff --git a/templates/network_monitor.html b/templates/network_monitor.html index 2927f60..39010bc 100644 --- a/templates/network_monitor.html +++ b/templates/network_monitor.html @@ -514,6 +514,7 @@ // MULTI-AGENT VIEW