fix: analysis view top links fixed, add full name to topusers

This commit is contained in:
Christoph Kluge
2025-02-28 13:37:59 +01:00
parent 42135fd26c
commit d5394c9e92
2 changed files with 8 additions and 4 deletions

View File

@@ -177,6 +177,7 @@
groupBy: USER
) {
id
name
totalJobs
totalNodes
totalCores
@@ -518,7 +519,7 @@
<th scope="col"
><a
href="/monitoring/user/{tu.id}?cluster={cluster}&state=running"
>{tu.id}</a
>{tu.id} {tu?.name ? `(${tu.name})` : ''}</a
></th
>
<td>{tu[topUserSelection.key]}</td>