mirror of
https://github.com/Novartis/cellxgene-gateway.git
synced 2026-09-25 20:28:12 +08:00
remove target=_blank
This commit is contained in:
+1
-1
@@ -86,6 +86,6 @@ def render_entries(entries):
|
||||
|
||||
def render_entry(entry):
|
||||
if entry["type"] == "file":
|
||||
return f"<li> <a target='_blank' href='view{entry['path']}'>{entry['name']}</a></li>"
|
||||
return f"<li> <a href='view{entry['path']}'>{entry['name']}</a></li>"
|
||||
elif entry["type"] == "directory":
|
||||
return f"<li>{entry['name']}{render_entries(entry['children'])}</li>"
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
Links:
|
||||
</h1>
|
||||
<div class="list-group" style="width:50%;padding-left:65px">
|
||||
<a target="_blank" href="/filecrawl.html" class="list-group-item list-group-item-action">
|
||||
<a href="/filecrawl.html" class="list-group-item list-group-item-action">
|
||||
<u>File Crawler: Allows you to view all uploaded data.</u></a>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user