Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattk70 committed Feb 19, 2024
2 parents e9ac1cd + 42f4e1c commit 42f4dfb
Show file tree
Hide file tree
Showing 4 changed files with 124 additions and 148 deletions.
11 changes: 2 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ <h5>Saved Records</h5>
Analysis
</a>
<ul class="dropdown-menu" aria-labelledby="navbarAnalysis">
<!-- <li><a class="dropdown-item text-danger" href="#" id="warmup">Model Warming up
<div class="spinner-grow spinner-grow-sm" role="status">
<span class="visually-hidden">Loading...</span>
</div>
</a></li> -->
<li><a class="dropdown-item disabled" href="#" id="analyse">
<span class="material-symbols-outlined">search</span> Analyse File
<span class="shortcut float-end">Ctrl+A</span> </a></li>
Expand Down Expand Up @@ -1085,9 +1080,6 @@ <h5 class="modal-title" id="locationModalLabel">Set Location</h5>
</div>
<!-- Results table -->
<div class="col-8 ps-1 pe-0 h-100 position-relative overflow-auto" id="resultsDiv">
<!-- <nav aria-label="Identification results">
<ul class="m-2 pagination justify-content-center"></ul>
</nav> -->
<table id='results' class="text-center table w-100 align-middle">
<thead id="resultsHead" class="d-none">
<tr class="bg-dark">
Expand Down Expand Up @@ -1226,7 +1218,8 @@ <h5 class="modal-title" id="locationModalLabel">Set Location</h5>
</symbol>
</svg>
<!-- Update alert placeholder -->
<div id="liveAlertPlaceholder" style="position:absolute; bottom: 10px;"></div>
<div id="updateAlert" style="position:absolute; bottom: 30px;"></div>
<div id="toastContainer" class="toast-container top-0 end-0 p-3"></div>
<!-- Footer -->
<footer class="p-1 text-bg-primary" id="footer">
<div class="d-none text-sm-start" id="update-progress">Downloading update:
Expand Down
Loading

0 comments on commit 42f4dfb

Please sign in to comment.