mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-08-02 09:20:36 +02:00
fix selection, add zero default
This commit is contained in:
@@ -75,7 +75,6 @@
|
||||
|
||||
<HistogramSelection
|
||||
bind:cluster={selectedCluster}
|
||||
bind:availableMetrics={metrics}
|
||||
bind:metricsInHistograms={metricsInHistograms}/>
|
||||
</Col>
|
||||
<Col xs="auto">
|
||||
@@ -194,7 +193,7 @@
|
||||
title="Distribution of '{item.metric}'"
|
||||
xlabel={`${item.metric} bin maximum [${item.unit}]`}
|
||||
xunit={item.unit}
|
||||
ylabel="Count"
|
||||
ylabel="Count [Jobs]"
|
||||
yunit="Jobs"/>
|
||||
</PlotTable>
|
||||
{/key}
|
||||
|
Reference in New Issue
Block a user