mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-26 22:26:08 +02:00
init basic proof of concept
This commit is contained in:
@@ -190,6 +190,10 @@
|
||||
{:else if series != null && !patternMatches}
|
||||
<Timeseries
|
||||
bind:this={plot}
|
||||
on:zoom-in={({ detail }) => {
|
||||
// filterComponent.updateFilters(detail)
|
||||
console.log("Upstream New Res:", detail)
|
||||
}}
|
||||
{width}
|
||||
height={300}
|
||||
cluster={job.cluster}
|
||||
@@ -203,6 +207,10 @@
|
||||
{:else if statsSeries[selectedScopeIndex] != null && patternMatches}
|
||||
<Timeseries
|
||||
bind:this={plot}
|
||||
on:zoom-in={({ detail }) => {
|
||||
// filterComponent.updateFilters(detail)
|
||||
console.log("Upstream New Res:", detail)
|
||||
}}
|
||||
{width}
|
||||
height={300}
|
||||
cluster={job.cluster}
|
||||
|
Reference in New Issue
Block a user