epi-pro-reactor-pm-verification ready to test
This commit is contained in:
@ -560,4 +560,38 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-responsive">
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Day Shift</th>
|
||||
<th scope="col">State</th>
|
||||
<th scope="col">Loaded RDS</th>
|
||||
<th scope="col">Average Temperature</th>
|
||||
<th scope="col">Offset %</th>
|
||||
<th scope="col">Time Collected</th>
|
||||
<th scope="col">Hours</th>
|
||||
<th scope="col"> </th>
|
||||
<th scope="col">Night Shift</th>
|
||||
<th scope="col">State</th>
|
||||
<th scope="col">Loaded RDS</th>
|
||||
<th scope="col">Average Temperature</th>
|
||||
<th scope="col">Offset %</th>
|
||||
<th scope="col">Time Collected</th>
|
||||
<th scope="col">Hours</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id ="EpiProTempVerification"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
$(document).ready(function () {
|
||||
|
||||
appendDiv();
|
||||
|
||||
});
|
||||
|
||||
</script>
|
Reference in New Issue
Block a user