Added placeholder table
This commit is contained in:
parent
fbf1ea63ad
commit
e2ab64f8c8
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue