One more extra /div tag

This commit is contained in:
Mashintime 2023-07-05 12:42:26 -04:00
parent a72531a41b
commit 59fbee8893

View file

@ -21,8 +21,6 @@
<nav class="navbar fixed-top bg-light ms-2 me-2">
<div class="input-group">
<input
type="text"
@ -37,12 +35,10 @@
/>
<button id="transmit_mesh_ping" type="button" class="btn btn-primary">mesh ping</button>
</div>
</nav>
<div class="container-fluid h-100 mt-5">
<div class="tableFixHead h-50">
<table class="table table-hover">
<thead>
@ -53,7 +49,6 @@
<th scope="col">Hops</th>
<th scope="col">Score</th>
<th scope="col">SNR</th>
</tr>
</thead>
<tbody id="mesh-table">
@ -62,9 +57,6 @@
</table>
</div>
<div class="tableFixHead h-50">
<table class="table table-hover">
<thead>
@ -82,14 +74,6 @@
</tbody>
</table>
</div>
</div>
</div>
</body>
</html>