improve map and dashboard

This commit is contained in:
KF7EEL
2021-02-26 23:30:49 -08:00
parent 61fd13514b
commit 9b14982abe
2 changed files with 16 additions and 6 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
{% include 'page.html' %}
{% include 'header.html' %}
{{description}}
<p style="text-align: center;"><span style="color: #ff0000;"><strong>Red</strong></span>: Last location received. <span style="color: #0000ff;"><strong>Blue</strong></span>: Location history.</p>
<p style="text-align: center;">&nbsp;</p>
<div><p align="center"><iframe style="border: none;" title="Map" src="../view_map" width="900" height="800"></iframe></p></div>
<p>&nbsp;</p>
{% include 'footer.html' %}