fix wrong var insert

This commit is contained in:
Christoph Kluge 2024-12-02 17:02:04 +01:00
parent 76d0fc979b
commit 1a3cf7edd6

View File

@ -422,14 +422,14 @@
<td><Icon name="circle-fill" style="color: {colors[i]};" /></td> <td><Icon name="circle-fill" style="color: {colors[i]};" /></td>
{#if groupSelection.key == "user"} {#if groupSelection.key == "user"}
<th scope="col" <th scope="col"
><a href="/monitoring/user/{te.id}?cluster={cluster.name}" ><a href="/monitoring/user/{te.id}?cluster={cluster}"
>{te.id}</a >{te.id}</a
></th ></th
> >
{:else} {:else}
<th scope="col" <th scope="col"
><a ><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 >{te.id}</a
></th ></th
> >