Skip to content

Commit

Permalink
added library_location to library_list page.
Browse files Browse the repository at this point in the history
  • Loading branch information
jtaghiyar committed Feb 2, 2017
1 parent 70abfde commit cfe9e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/core/templates/core/library_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ <h4 style="float:left;">Select a library to view its details</h4>
<th>Description</th>
<th>JIRA Ticket</th>
<th>Project</th>
<th>Library Location</th>
<th>#Sublibraries</th>
<th>Sequenced</th>
</tr>
Expand All @@ -36,6 +37,7 @@ <h4 style="float:left;">Select a library to view its details</h4>
{{project}}<br>
{% endfor %}
</td>
<td>{{library.libraryquantificationandstorage.library_location}}</td>
<td style="text-align:center;">{{library.num_sublibraries}}</td>
{% if library.is_sequenced %}
<td style="text-align:center;"><i class="fa fa-check" aria-hidden="true" style="color:green;" title="Sequenced"></i></td>
Expand Down

0 comments on commit cfe9e58

Please sign in to comment.