mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
Wire global navbar across pages
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/responsive.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/global-nav.css') }}">
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='css/satellite_dashboard.css') }}">
|
||||
<script>
|
||||
window.INTERCEPT_SHARED_OBSERVER_LOCATION = {{ shared_observer_location | tojson }};
|
||||
@@ -68,7 +69,10 @@
|
||||
<div class="datetime" id="utcTime">--:--:-- UTC</div>
|
||||
<a href="/?mode=satellite" class="back-link">Main Dashboard</a>
|
||||
</div>
|
||||
</header>
|
||||
</header>
|
||||
|
||||
{% set active_mode = 'satellite' %}
|
||||
{% include 'partials/nav.html' with context %}
|
||||
|
||||
<main class="dashboard">
|
||||
<!-- Polar Plot -->
|
||||
@@ -1079,5 +1083,6 @@
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
<script src="{{ url_for('static', filename='js/core/global-nav.js') }}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user