Added placeholder table

This commit is contained in:
Alice Sedgwick 2024-11-09 19:21:01 -05:00
parent fbf1ea63ad
commit e2ab64f8c8
1 changed files with 25 additions and 0 deletions

View File

@ -19,6 +19,31 @@
</div>
</div>
<table class="table table-dark">
<thead>
<tr>
<th scope="col">drone</th>
<th scope="col">Mu1</th>
<th scope="col">Mu2</th>
<th scope="col">Mu3</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">IP Address</th>
<td>1</td>
<td>2</td>
<td>3</td>
</tr>
<tr>
<th scope="row">Docker Container</th>
<td>Container1</td>
<td>Container2</td>
<td>Container3</td>
</tr>
</tbody>
</table>
<script src="health.js"></script>
</body>