Include information about the flowcell run date on the library detail page
[htsworkflow.git] / htsworkflow / frontend / templates / samples / library_detail.html
index b246d434dba9f687dd62647d8cde0f267e4a452e..b20581c150baf1f018fbc74ce18cd1365c71982f 100644 (file)
@@ -64,6 +64,7 @@
   <table>
   <thead>
     <tr>
+      <td>Run Start Date</td>
       <td>Cycle</td>
       <td>Flowcell</td>
       <td>Lane</td>
@@ -74,6 +75,7 @@
     </tr>
   {% for result in eland_results %}
   <tr>
+    <td>{{ result.run_date|date }}</td>
     <td>{{ result.cycle }}</td>
     <td>{{ result.flowcell_id }}</td>
     <td>{{ result.lane }}</td>