File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77 < table class ="table table-striped table-bordered sortable " id ="ont_fc_table ">
88
9- < thead style ="vertical-align: top ">
9+ < thead style ="vertical-align: top; white-space: nowrap ">
1010 < tr class ="sticky darkth ">
1111 < th class ="sort " data-sort ="run_name ">
1212 < abbr data-toggle ="tooltip " data-html ="true " title ="Follows format yymmdd_HHMM_position_flowcell_randomHash ">
5353 </ tr >
5454 </ tfoot >
5555
56- < tbody class ="list ">
56+ < tbody class ="list " style =" vertical-align: top; width: 1%; white-space: nowrap " >
5757 {% for onefc in ont_flowcells %}
5858 < tr >
5959 < td >
131131 < td class ="text-center ">
132132 {{ ont_flowcells[onefc].get("n50_Kbp", "") }}
133133 </ td >
134- < td class ="latest_running_note ">
134+ < td style =" width: 100% " class ="latest_running_note ">
135135 {% if ont_flowcells[onefc].get('latest_running_note') %}
136136 {% set running_notes = ont_flowcells[onefc].get('latest_running_note') %}
137137 {% set latest_running_note_key = list(running_notes.keys())[0] %}
You can’t perform that action at this time.
0 commit comments