Apply the new multi-line primary metric to the alloc index page

This commit is contained in:
Michael Lange 2021-03-19 14:33:27 -07:00
parent 0016290871
commit 0b4a1e510f

View file

@ -74,10 +74,10 @@
{{#if this.model.isRunning}}
<div class="columns">
<div class="column">
<PrimaryMetric @resource={{this.model}} @metric="cpu" />
<PrimaryMetric::Allocation @allocation={{this.model}} @metric="cpu" />
</div>
<div class="column">
<PrimaryMetric @resource={{this.model}} @metric="memory" />
<PrimaryMetric::Allocation @allocation={{this.model}} @metric="memory" />
</div>
</div>
{{else}}