mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-03 08:41:32 +08:00
mapbox
This commit is contained in:
@@ -622,7 +622,7 @@ export function NavDestination() {
|
||||
<div class="keys-required-widget">
|
||||
<div class="keys-required-title">Mapbox Keys Required</div>
|
||||
<p class="keys-required-text">You must set both your public and secret Mapbox keys before using navigation features.</p>
|
||||
<a href="/navigation_keys" class="keys-required-button">Go to "Manage Keys"</a>
|
||||
<a href="/manage_navigation_keys" class="keys-required-button">Go to "Manage Keys"</a>
|
||||
</div>
|
||||
</section>
|
||||
`
|
||||
|
||||
@@ -16,6 +16,7 @@ const MENU_ITEMS = {
|
||||
{ name: "Galaxy", link: "/galaxy", icon: "bi-globe2" },
|
||||
{ name: "Long Maneuvers", link: "/longitudinal_maneuvers", icon: "bi-signpost-split" },
|
||||
{ name: "Maps", link: "/manage_maps", icon: "bi-map" },
|
||||
{ name: "Navigation Keys", link: "/manage_navigation_keys", icon: "bi-key-fill" },
|
||||
{ name: "Model Manager", link: "/manage_models", icon: "bi-cpu" },
|
||||
{ name: "Plots", link: "/plots", icon: "bi-graph-up-arrow" },
|
||||
{ name: "Testing Ground", link: "/testing_ground", icon: "bi-bezier2" },
|
||||
|
||||
Reference in New Issue
Block a user