formatting
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
</table>
|
</table>
|
||||||
</div class="container-fluid">
|
</div class="container-fluid">
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
for(el in active_rows)
|
for(el in active_rows)
|
||||||
$('#job_tbl_body').append(active_rows[el])
|
$('#job_tbl_body').append(active_rows[el])
|
||||||
{% if 'Stale' not in page_title %}
|
{% if 'Stale' not in page_title %}
|
||||||
@@ -94,6 +94,5 @@
|
|||||||
</tr>`
|
</tr>`
|
||||||
$('#job_tbl_body').append( tr )
|
$('#job_tbl_body').append( tr )
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</script>
|
||||||
</script>
|
|
||||||
{% endblock main_content %}
|
{% endblock main_content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user