mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-15 21:14:30 +02:00
Add shared metric marker to job view plots
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
export let scopes
|
||||
export let width
|
||||
export let rawData
|
||||
export let isShared = false
|
||||
|
||||
const dispatch = createEventDispatcher()
|
||||
const cluster = getContext('clusters').find(cluster => cluster.name == job.cluster)
|
||||
@@ -87,6 +88,7 @@
|
||||
cluster={cluster} subCluster={subCluster}
|
||||
timestep={data.timestep}
|
||||
scope={selectedScope} metric={metricName}
|
||||
series={series} />
|
||||
series={series}
|
||||
isShared={isShared} />
|
||||
{/if}
|
||||
{/key}
|
||||
|
Reference in New Issue
Block a user