summaryrefslogtreecommitdiff
path: root/dashboard_website/templates
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2023-11-07 03:57:13 -0500
committerAnson Bridges <bridges.anson@gmail.com>2023-11-07 03:57:13 -0500
commit20f22f05a8a7b049c6946ac056773bef954642e9 (patch)
tree875972685f9ea946607dd1637d890fbe09a24ec8 /dashboard_website/templates
parent2cae9c97591b626d4af31739ae0036f0a015122d (diff)
minor style changes
route params: -max time -max distance from home -bike team speed weights? -centroid offset threshold? -manual route edits (eg go to this node first) -etc
Diffstat (limited to 'dashboard_website/templates')
-rw-r--r--dashboard_website/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html
index c166765..1317145 100644
--- a/dashboard_website/templates/index.html
+++ b/dashboard_website/templates/index.html
@@ -136,13 +136,13 @@
<div class="left-column">
<div class="page-title">
- <h1 style="color:white;margin: 0px;margin-left:15px">CLUBHOUSE HQ</h1>
+ <h1 style="color:white;margin: 0px;margin-left:15px">CLUBHOUSE HQ | <span id="titletime" style="color:lightgray"></span></h1>
</div>
<div class="map-frame">
<div id="map"></div>
</div>
<div class="route-controls">
- <span style="margin:-1px;margin-left:5px;margin-top:5px;">ROUTE CONTROLS</span>
+ <span style="margin:-1px;margin-left:5px;margin-top:5px;">ROUTE PARAMETERS</span>
<hr style="width:100%;padding:0px;"/>
</div>
</div>