We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15ab358 commit a4ce2cbCopy full SHA for a4ce2cb
omero_vitessce/templates/omero_vitessce/vitessce_panel.html
@@ -9,7 +9,7 @@
9
<div class="right_tab_inner">
10
<p>Please select a config file or clic "Auto" to autogenerate one.</p>
11
{% for file, url in json_configs.items%}
12
- <a href={{url}}> {{file}}</a>
+ <a href={{url}} target="_blank"> {{file}}</a>
13
{% endfor %}
14
</div>
15
{% else %}
0 commit comments