Skip to content

Commit

Permalink
Merge pull request #2 from jelligett/minor_html_fix
Browse files Browse the repository at this point in the history
Fix table header HTML
  • Loading branch information
ianedwardthomas committed Jul 13, 2018
2 parents cbb95df + b287b02 commit 0ce4829
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chiminey/simpleui/templates/list_jobs.html
Expand Up @@ -65,8 +65,9 @@
<table class="footable table table-hover table-bordered platform_table">
<thead>
<tr>
<th class="col-1" data-hide=""> <strong>JobID</strong>
<
<th class="col-1" data-hide="">
<strong>JobID</strong>
</th>
<th class="col-1" data-hide="">
<strong>Directive</strong>
</th>
Expand Down

0 comments on commit 0ce4829

Please sign in to comment.