mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 13:31:45 +01:00
add running default filter to list name column links if useful
This commit is contained in:
@@ -319,11 +319,11 @@
|
||||
<tr>
|
||||
<td>
|
||||
{#if type == "USER"}
|
||||
<a href="/monitoring/user/{row.id}"
|
||||
<a href="/monitoring/user/{row.id}{fetchRunning ? '?state=running' : ''}"
|
||||
>{scrambleNames ? scramble(row.id) : row.id}</a
|
||||
>
|
||||
{:else if type == "PROJECT"}
|
||||
<a href="/monitoring/jobs/?project={row.id}"
|
||||
<a href="/monitoring/jobs/?project={row.id}{fetchRunning ? '&state=running' : ''}"
|
||||
>{scrambleNames ? scramble(row.id) : row.id}</a
|
||||
>
|
||||
{:else}
|
||||
|
||||
Reference in New Issue
Block a user