File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 {% for onefc in ont_flowcells %}
4242 < tr >
4343 < td class = run_name >
44- < a class ="text-decoration-none " href ="/flowcells_ont/{{ onefc }} "> {{ onefc }}</ a >
44+ < a class ="text-decoration-none " href ="/flowcells_ont/{{ onefc }} " target =" _blank " > {{ onefc }}</ a >
4545 {% if ont_flowcells.get(onefc).get('TACA_run_status') == 'finished' %}
4646 < abbr title ="Run completed "> < span class ="fa fa-check-circle "> </ span > </ abbr >
4747 {% elif ont_flowcells.get(onefc).get('TACA_run_status') == 'ongoing' %}
6161 {% end %}
6262 .scilifelab.se/clarity/search?scope=Sample&query=
6363 {{ ont_flowcells[onefc].get('library_id') }}
64- ">
64+ " target =" _blank " >
6565 {{ ont_flowcells[onefc].get("library_name","") }}
6666 </ a >
6767 {% else %}
7979 {% end %}
8080 .scilifelab.se/clarity/work/
8181 {{ ont_flowcells[onefc]['step_id'][3:] }}
82- ">
82+ " target =" _blank " >
8383 {{ ont_flowcells[onefc].get("step_id","") }}
8484 </ a >
8585 {% else %}
9090 {% if ont_flowcells[onefc].get('projects') %}
9191 {% for project_id, project_name in ont_flowcells[onefc]['projects'].items() %}
9292 < samp style ="max-width:50px; ">
93- < a class ="text-decoration-none " href ="/project/{{ project_id }} "> {{ project_name }}</ a >
93+ < a class ="text-decoration-none " href ="/project/{{ project_id }} " target =" _blank " > {{ project_name }}</ a >
9494 </ samp > < br >
9595 {% end %}
9696 {% end %}
You can’t perform that action at this time.
0 commit comments