mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-02-11 13:31:45 +01:00
fix missing component argument
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
|
||||
/* Const Init */
|
||||
const ccconfig = getContext("cc-config");
|
||||
const globalMetrics = getContext("globalMetrics");
|
||||
const client = getContextClient();
|
||||
|
||||
/* State Init */
|
||||
@@ -139,6 +140,7 @@
|
||||
|
||||
<HistogramSelection
|
||||
{cluster}
|
||||
{globalMetrics}
|
||||
bind:isOpen={isHistogramSelectionOpen}
|
||||
presetSelectedHistograms={selectedHistograms}
|
||||
configName="statusView_selectedHistograms"
|
||||
|
||||
Reference in New Issue
Block a user