Added in a loading indicator.
This commit is contained in:
@ -561,7 +561,9 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<div class="table-responsive" style="margin-top:40px;" id="eppTempOffsets">
|
||||
|
||||
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -582,15 +584,23 @@
|
||||
<th scope="col">Hours</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id ="EpiProTempVerification"></tbody>
|
||||
<tbody id ="EpiProTempVerification">
|
||||
<tr>
|
||||
<td id="loadingRow" colspan="16">Loading EPP Temperature Data...
|
||||
<div class="spinner-border text-danger" role="status">
|
||||
<span class="sr-only">Loading...</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
appendDiv();
|
||||
loadEPPTempOffsets();
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user