mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2024-12-27 05:49:04 +01:00
fix: correct selectable histogram placement in status view
This commit is contained in:
parent
575753038b
commit
ba1658beac
@ -644,7 +644,7 @@
|
|||||||
</Row>
|
</Row>
|
||||||
<hr class="my-2" />
|
<hr class="my-2" />
|
||||||
{#if metricsInHistograms}
|
{#if metricsInHistograms}
|
||||||
<Row>
|
<Row cols={1}>
|
||||||
<Col>
|
<Col>
|
||||||
{#key $mainQuery.data.stats[0].histMetrics}
|
{#key $mainQuery.data.stats[0].histMetrics}
|
||||||
<PlotTable
|
<PlotTable
|
||||||
@ -652,7 +652,7 @@
|
|||||||
let:width
|
let:width
|
||||||
renderFor="user"
|
renderFor="user"
|
||||||
items={$mainQuery.data.stats[0].histMetrics}
|
items={$mainQuery.data.stats[0].histMetrics}
|
||||||
itemsPerRow={3}
|
itemsPerRow={2}
|
||||||
>
|
>
|
||||||
<Histogram
|
<Histogram
|
||||||
data={convert2uplot(item.data)}
|
data={convert2uplot(item.data)}
|
||||||
|
Loading…
Reference in New Issue
Block a user