mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-11-10 08:57:25 +01:00
Remove unresponsive histogram selections
This commit is contained in:
parent
a2af9c152a
commit
2036069051
@ -7,7 +7,7 @@
|
|||||||
export let metricsInHistograms
|
export let metricsInHistograms
|
||||||
export let isOpen
|
export let isOpen
|
||||||
|
|
||||||
let availableMetrics = ['cpu_load', 'flops_any', 'mem_used', 'mem_bw', 'net_bw', 'file_bw']
|
let availableMetrics = ['cpu_load', 'flops_any', 'mem_used', 'mem_bw'] // 'net_bw', 'file_bw'
|
||||||
let pendingMetrics = [...metricsInHistograms] // Copy
|
let pendingMetrics = [...metricsInHistograms] // Copy
|
||||||
const client = getContextClient()
|
const client = getContextClient()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user