Skip to content

Commit

Permalink
web interface: clickable tags localhost fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstucke committed Aug 20, 2024
1 parent c5ea413 commit 1e048da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web_interface/templates/generic_view/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
title="{{ tooltip | replace_underscore }}"
{%- endif %}
{% if uid -%}
onclick="location.href='http://localhost:5000/analysis/{{ uid }}/{{ plugin }}/ro/{{ root_uid }}?load_summary=true'"
onclick="location.href='/analysis/{{ uid }}/{{ plugin }}/ro/{{ root_uid }}?load_summary=true'"
{%- endif %}
>
{{ value }}
Expand Down

0 comments on commit 1e048da

Please sign in to comment.