mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 01:45:44 +03:00
Use the new primary-metric component on the client detail page
This commit is contained in:
@@ -131,6 +131,22 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="boxed-section">
|
||||
<div class="boxed-section-head is-hollow">
|
||||
Resource Utilization
|
||||
</div>
|
||||
<div class="boxed-section-body">
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
{{primary-metric resource=model metric="cpu"}}
|
||||
</div>
|
||||
<div class="column">
|
||||
{{primary-metric resource=model metric="memory"}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="boxed-section">
|
||||
<div class="boxed-section-head">
|
||||
<div>Allocations <span class="badge is-white">{{model.allocations.length}}</span></div>
|
||||
|
||||
Reference in New Issue
Block a user