mirror of
https://github.com/smittix/intercept.git
synced 2026-07-07 00:58:12 -07:00
Merge branch 'smittix:main' into main
This commit is contained in:
@@ -54,8 +54,10 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{% if not embedded %}
|
||||
{% set active_mode = 'adsb' %}
|
||||
{% include 'partials/nav.html' with context %}
|
||||
{% endif %}
|
||||
|
||||
<!-- Slim Statistics Bar -->
|
||||
<div class="stats-strip">
|
||||
|
||||
@@ -54,8 +54,10 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{% if not embedded %}
|
||||
{% set active_mode = 'ais' %}
|
||||
{% include 'partials/nav.html' with context %}
|
||||
{% endif %}
|
||||
|
||||
<div class="stats-strip">
|
||||
<div class="stats-strip-inner">
|
||||
|
||||
@@ -166,7 +166,9 @@
|
||||
|
||||
{% block navigation %}
|
||||
{# Include the unified nav partial with active_mode set #}
|
||||
{% if not embedded %}
|
||||
{% include 'partials/nav.html' with context %}
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
@@ -74,8 +74,10 @@
|
||||
</div>
|
||||
</header>
|
||||
|
||||
{% if not embedded %}
|
||||
{% set active_mode = 'satellite' %}
|
||||
{% include 'partials/nav.html' with context %}
|
||||
{% endif %}
|
||||
|
||||
<main class="dashboard">
|
||||
<!-- Polar Plot -->
|
||||
|
||||
Reference in New Issue
Block a user