Adapt normal marker line for shared jobs

This commit is contained in:
Christoph Kluge
2024-02-16 16:57:02 +01:00
parent e7ae9dd06d
commit ec581e3509
2 changed files with 8 additions and 4 deletions

View File

@@ -163,6 +163,7 @@
subCluster={job.subCluster}
isShared={(job.exclusive != 1)}
resources={job.resources}
hwthreads={job.numHWThreads}
/>
{:else if metric.disabled == true && metric.data}
<Card body color="info">Metric disabled for subcluster <code>{metric.data.name}:{job.subCluster}</code></Card>