summaryrefslogtreecommitdiff
path: root/dashboard_website/templates
diff options
context:
space:
mode:
authorAnson Bridges <bridges.anson@gmail.com>2023-11-10 16:46:09 -0500
committerAnson Bridges <bridges.anson@gmail.com>2023-11-10 16:46:09 -0500
commita3db30e2a06685aa2976ac8062040b4657109523 (patch)
tree0611c4ea4d36403969051799b69af5ef8a4a31e0 /dashboard_website/templates
parent0e5d5ea7b26e55a6b83a10c53eada788d87428c2 (diff)
ROUGH DRAFT
Diffstat (limited to 'dashboard_website/templates')
-rw-r--r--dashboard_website/templates/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html
index 1317145..73f9f22 100644
--- a/dashboard_website/templates/index.html
+++ b/dashboard_website/templates/index.html
@@ -2,7 +2,7 @@
<html style="height:100%">
<head>
- <title>MMHC HQ</title>
+ <title>MMCH HQ</title>
<link rel="icon" type="image/x-icon" href="/static/img/favicon.ico">
<link rel="stylesheet" href="{{ url_for('static', filename='css/leaflet.css') }}"
@@ -76,7 +76,7 @@
}
.route-controls {
/* flex:0.6 1 auto; */
- flex-grow:0.15;
+ height:15%;
display: flex;
flex-direction: column;
}
@@ -84,7 +84,7 @@
.right-column {
/* flex:0.25 1 auto; */
flex-grow:0;
- flex-basis:25em;
+ flex-basis:35em;
display: flex;
flex-direction: column;
gap: 5px;
@@ -142,8 +142,9 @@
<div id="map"></div>
</div>
<div class="route-controls">
- <span style="margin:-1px;margin-left:5px;margin-top:5px;">ROUTE PARAMETERS</span>
+ <span style="margin:-1px;margin-left:5px;margin-top:5px;" id="routeinfo">ROUTE INFO</span>
<hr style="width:100%;padding:0px;"/>
+ <div id="etas"></div>
</div>
</div>
<div class="right-column">