mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-09-06 08:52:58 +02:00
fix selection, add zero default
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user