mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-10-23 05:45:06 +02:00
Migrate select components and adapt parents
This commit is contained in:
@@ -697,7 +697,10 @@
|
||||
{/if}
|
||||
|
||||
<HistogramSelection
|
||||
bind:cluster
|
||||
bind:selectedHistograms
|
||||
{cluster}
|
||||
bind:isOpen={isHistogramSelectionOpen}
|
||||
presetSelectedHistograms={selectedHistograms}
|
||||
applyChange={(newSelection) => {
|
||||
selectedHistograms = [...newSelection];
|
||||
}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user