Skip to content

Commit

Permalink
fix wrong var insert
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Dec 2, 2024
1 parent 76d0fc9 commit 1a3cf7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/frontend/src/Analysis.root.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -422,14 +422,14 @@
<td><Icon name="circle-fill" style="color: {colors[i]};" /></td>
{#if groupSelection.key == "user"}
<th scope="col"
><a href="/monitoring/user/{te.id}?cluster={cluster.name}"
><a href="/monitoring/user/{te.id}?cluster={cluster}"
>{te.id}</a
></th
>
{:else}
<th scope="col"
><a
href="/monitoring/jobs/?cluster={cluster.name}&project={te.id}&projectMatch=eq"
href="/monitoring/jobs/?cluster={cluster}&project={te.id}&projectMatch=eq"
>{te.id}</a
></th
>
Expand Down

0 comments on commit 1a3cf7e

Please sign in to comment.