Skip to content

Commit

Permalink
Fix broken div structure in html report
Browse files Browse the repository at this point in the history
  • Loading branch information
pditommaso committed Aug 20, 2019
1 parent 4b41791 commit 3e055a7
Showing 1 changed file with 21 additions and 19 deletions.
Expand Up @@ -304,25 +304,27 @@ <h4 id="readwriteplot_header">I/O</h4>
</div>
</div>

<div id="table-container">
<h2 id="tasks" style="padding-top: 80px;">Tasks</h2>
<p>This table shows information about each task in the workflow. Use the search box on the right
to filter rows for specific values. Clicking headers will sort the table by that value and
scrolling side to side will reveal more columns.</p>
<form class="form-inline" id="nf-form-humanreadable">
<label class="mr-sm-2" for="nf-table-humanreadable">Values shown as:</label>
<select class="custom-select mb-2 mr-sm-2 mb-sm-0" id="nf-table-humanreadable">
<option value="true">Human readable</option>
<option value="false">Raw values</option>
</select>
</form>
</div>
<div class="container-fluid">
<table class="table small table-striped" id="tasks_table"></table>
</div>
</div>
<div id="no-table-container" class="container">
(tasks table omitted because the dataset is too big)
<div class="container">
<div id="table-container">
<h2 id="tasks" style="padding-top: 80px;">Tasks</h2>
<p>This table shows information about each task in the workflow. Use the search box on the right
to filter rows for specific values. Clicking headers will sort the table by that value and
scrolling side to side will reveal more columns.</p>
<form class="form-inline" id="nf-form-humanreadable">
<label class="mr-sm-2" for="nf-table-humanreadable">Values shown as:</label>
<select class="custom-select mb-2 mr-sm-2 mb-sm-0" id="nf-table-humanreadable">
<option value="true">Human readable</option>
<option value="false">Raw values</option>
</select>
</form>
</div>
<div class="container-fluid">
<table class="table small table-striped" id="tasks_table"></table>
</div>

<div id="no-table-container">
(tasks table omitted because the dataset is too big)
</div>
</div>

<footer>
Expand Down

0 comments on commit 3e055a7

Please sign in to comment.