mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-09-02 22:23:42 +08:00
cc4cb1704a
Added functionality to view screen recordings, error logs, routes, and control Navigation settings via the "Fleet Manager" process. Credit goes to mike8643! https: //github.com/mike8643 Co-Authored-By: mike8643 <98910897+mike8643@users.noreply.github.com>
10 lines
154 B
HTML
10 lines
154 B
HTML
{% extends "layout.html" %}
|
|
|
|
{% block title %}
|
|
Driving Directions
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include "nav_directions.html" %}
|
|
{% endblock %}
|