Cleaned up current Health Table #5

Open
aurora wants to merge 23 commits from alice into dev
Showing only changes of commit e2ab64f8c8 - Show all commits

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>