Skip to content

Commit c566686

Browse files
authored
Merge pull request #3033 from MichalTomczakSE/develop
fix: Correct redirection with `web_host` to tasks `raw_log`.
2 parents ffde7b5 + c611691 commit c566686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/components/TaskLogView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<v-btn
129129
v-if="isTaskStopped"
130130
color="blue-grey"
131-
:href="rawLogURL"
131+
:to="rawLogURL"
132132
class="task-log-action-button"
133133
style="right: 20px; width: 150px;"
134134
target="_blank"

0 commit comments

Comments
 (0)