X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Ftemplates%2Fsamples%2Flibrary_detail.html;h=66b2cc12301cafa252af0fcf0c8d33d0327a174b;hp=c09a510aa5c676f23164ec631cd3f3a3b01b624c;hb=c99feb78c58da43cb018dc3ef109bc3074d3c511;hpb=da57ac1c65ff0fa96c831ff6adb787c64e99cc8d diff --git a/htsworkflow/frontend/templates/samples/library_detail.html b/htsworkflow/frontend/templates/samples/library_detail.html index c09a510..66b2cc1 100644 --- a/htsworkflow/frontend/templates/samples/library_detail.html +++ b/htsworkflow/frontend/templates/samples/library_detail.html @@ -126,8 +126,10 @@ {% for lane in lib.lane_set.all %} - {{ lane.flowcell.flowcell_id }} + + + {{lane.flowcell.flowcell_id}} {% if user.is_staff %} {% endif%} - + + + {{ lane.lane_number }} + >{{ lane.lane_number }} + {{ lane.comment }} {% endfor %}