Update topology info box primary metric

This commit is contained in:
Michael Lange 2021-03-22 00:48:17 -07:00
parent 7ea7a1699d
commit 38e7804afc
1 changed files with 2 additions and 2 deletions

View File

@ -168,10 +168,10 @@
<p class="minor-pair"><strong>Address:</strong> {{this.activeAllocation.node.httpAddr}}</p>
</div>
<div class="dashboard-metric with-divider">
<PrimaryMetric @resource={{this.activeAllocation}} @metric="memory" class="is-short" />
<PrimaryMetric::Allocation @allocation={{this.activeAllocation}} @metric="memory" class="is-short" />
</div>
<div class="dashboard-metric">
<PrimaryMetric @resource={{this.activeAllocation}} @metric="cpu" class="is-short" />
<PrimaryMetric::Allocation @allocation={{this.activeAllocation}} @metric="cpu" class="is-short" />
</div>
{{else}}
<div class="columns is-flush">