Skip to content

Commit

Permalink
Remove unresponsive histogram selections
Browse files Browse the repository at this point in the history
  • Loading branch information
spacehamster87 committed Feb 9, 2024
1 parent a2af9c1 commit 2036069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/frontend/src/HistogramSelection.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
export let metricsInHistograms
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
const client = getContextClient()
Expand Down

0 comments on commit 2036069

Please sign in to comment.