summaryrefslogtreecommitdiff
path: root/dashboard_website/templates
diff options
context:
space:
mode:
Diffstat (limited to 'dashboard_website/templates')
-rw-r--r--dashboard_website/templates/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html
index 60e6eaf..f3a947c 100644
--- a/dashboard_website/templates/index.html
+++ b/dashboard_website/templates/index.html
@@ -149,6 +149,17 @@
<div class="route-controls">
<span style="margin:-1px;margin-left:5px;margin-top:5px;" id="routeinfo">ROUTE INFO</span>
<hr style="width:100%;padding:0px;"/>
+ <table style="margin-top:-5px; width:100%">
+ <tr style="width:100%">
+ <td style="width:40%"> <!-- control buttons -->
+ <button disabled id='generate_routes_btn' onclick="generateRoutes()" style="width:150px">GENERATE ROUTES</button> <button disabled id='cancel_route_btn' onclick='stopRouting()' style="width:150px">CANCEL ROUTE GEN</button> <br/>
+ <button id='toggle_minimal_btn' onclick="toggleMinimal()" style="width:150px">SET MINIMAL</button> <button disabled id='apply_routes_btn' onclick='commitRoutes()' style="width:150px">APPLY PREVIEW ROUTES</button>
+ </td>
+ <td id="route_info_cell">
+
+ </td>
+ </tr>
+ </table>
<!--<input type="time" id="endtime" value="18:30">-->
</div>
</div>