Lines 39-60
Link Here
|
39 |
|
39 |
|
40 |
<h1>Concerns</h1> |
40 |
<h1>Concerns</h1> |
41 |
|
41 |
|
42 |
<fieldset class="action" style="cursor:pointer;"> |
42 |
<div class="page-section"> |
43 |
<a id="hideResolved"><i class="fa fa-minus-square"></i> Hide resolved</a> |
43 |
<fieldset class="action" style="cursor:pointer;"> |
44 |
| <a id="showAll"><i class="fa fa-bars"></i> Show all</a> |
44 |
<a id="hideResolved"><i class="fa fa-minus-square"></i> Hide resolved</a> |
45 |
</fieldset> |
45 |
| <a id="showAll"><i class="fa fa-bars"></i> Show all</a> |
46 |
|
46 |
</fieldset> |
47 |
<table id="table_concerns"> |
47 |
|
48 |
<thead> |
48 |
<table id="table_concerns"> |
49 |
<tr> |
49 |
<thead> |
50 |
<th>Reported</th> |
50 |
<tr> |
51 |
<th>Details</th> |
51 |
<th>Reported</th> |
52 |
<th>Title</th> |
52 |
<th>Details</th> |
53 |
<th>Status</th> |
53 |
<th>Title</th> |
54 |
<th data-class-name="actions noExport">Actions</th> |
54 |
<th>Status</th> |
55 |
</tr> |
55 |
<th data-class-name="actions noExport">Actions</th> |
56 |
</thead> |
56 |
</tr> |
57 |
</table> |
57 |
</thead> |
|
|
58 |
</table> |
59 |
</div> |
58 |
</main> |
60 |
</main> |
59 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
61 |
</div> <!-- /.col-sm-10.col-sm-push-2 --> |
60 |
|
62 |
|
61 |
- |
|
|