Include information about the flowcell run date on the library detail page
[htsworkflow.git] / htsworkflow / frontend / templates / samples / library_detail.html
index 947691c5050deeebaf1c1c53af652b96c135af5b..b20581c150baf1f018fbc74ce18cd1365c71982f 100644 (file)
   div#librarydetail tbody {
     text-align: right;
   }
-  /* ]]> */
+  div#librarydetail h1,
+  div#librarydetail h2
+  {
+    font-size: 150%;
+    padding: 0.5em 0 0.5em 0;
+  }
+
+  div#librarydetail h3 {
+     font-size: 125%;
+     padding: 0 0 0.25em 2em;
+  }
+
+  div#librarydetail h4,
+  div#librarydetail h5,
+  div#librarydetail ul,
+  div#librarydetail ol,
+  div#librarydetail li
+  {
+    padding-left: 2em;
+  }
+ /* ]]> */
 </style>
 {% endblock %}
 
@@ -44,6 +64,7 @@
   <table>
   <thead>
     <tr>
+      <td>Run Start Date</td>
       <td>Cycle</td>
       <td>Flowcell</td>
       <td>Lane</td>
@@ -54,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>