-
+ (m.metric.series.length > 0))}/>
|
{#each sortAndSelectScope(nodeData?.metrics) as metricData (metricData.data.name)}
@@ -63,11 +63,14 @@
{:else}
{/if}
diff --git a/web/templates/monitoring/systems.tmpl b/web/templates/monitoring/systems.tmpl
index 635bf46..b5ee4b6 100644
--- a/web/templates/monitoring/systems.tmpl
+++ b/web/templates/monitoring/systems.tmpl
@@ -10,6 +10,7 @@
const displayType = {{ .Infos.displayType }};
const infos = {{ .Infos }};
const clusterCockpitConfig = {{ .Config }};
+ const resampleConfig = {{ .Resampling }};
{{end}}
|