fix selection, add zero default

This commit is contained in:
Christoph Kluge
2023-12-05 17:33:30 +01:00
parent ead5c54bcb
commit 78494cd30e
3 changed files with 7 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
import { gql, getContextClient , mutationStore } from '@urql/svelte'
export let cluster
export let availableMetrics
export let availableMetrics = ['cpu_load', 'flops_any', 'mem_bw']
export let metricsInHistograms
const client = getContextClient();