Migrate jobList and jobListRow

This commit is contained in:
Christoph Kluge
2025-06-27 15:52:54 +02:00
parent c8fe81cd80
commit c4c422da57
11 changed files with 208 additions and 185 deletions

View File

@@ -335,6 +335,7 @@
</Row>
{:else}
<hr class="my-2"/>
<!-- Note: Ignore '#snippet' Error in IDE -->
{#snippet gridContent(item)}
<Histogram
data={convert2uplot(item.data)}
@@ -369,9 +370,9 @@
<JobList
bind:this={jobList}
bind:matchedListJobs
bind:metrics
bind:sorting
bind:showFootprint
{metrics}
{sorting}
{showFootprint}
/>
</Col>
</Row>
@@ -390,10 +391,10 @@
presetMetrics={metrics}
cluster={selectedCluster}
configName="plot_list_selectedMetrics"
footprintSelect
applyMetrics={(newMetrics) =>
metrics = [...newMetrics]
}
footprintSelect
/>
<HistogramSelection