diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2024-11-15 18:54:26 -0500 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2024-11-15 18:54:26 -0500 |
| commit | 59193deb22954fa8e86708be1b90c78282e829dc (patch) | |
| tree | f822e74fcdf322757b80de09419edf85c2a3952a /dashboard_website/templates | |
| parent | 3f68ac783948c7d47974993854a1d317399d3b04 (diff) | |
final setup for hunt
Diffstat (limited to 'dashboard_website/templates')
| -rw-r--r-- | dashboard_website/templates/index.html | 11 |
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> |
