Add shared metric marker to job view plots

This commit is contained in:
Christoph Kluge
2023-04-28 14:34:44 +02:00
parent d93610f700
commit a337482fa2
2 changed files with 5 additions and 2 deletions

View File

@@ -166,7 +166,8 @@
metricName={item.metric}
rawData={item.data.map(x => x.metric)}
scopes={item.data.map(x => x.scope)}
width={width}/>
width={width}
isShared={($initq.data.job.exclusive != 1)}/>
{:else}
<Card body color="warning">No data for <code>{item.metric}</code></Card>
{/if}