2018-01-05 20:59:36 +00:00
|
|
|
<div data-test-deployment-allocations class="boxed-section">
|
2017-09-19 14:47:10 +00:00
|
|
|
<div class="boxed-section-head">
|
|
|
|
Allocations
|
|
|
|
</div>
|
|
|
|
<div class="boxed-section-body is-full-bleed">
|
|
|
|
{{#list-table
|
|
|
|
source=deployment.allocations
|
|
|
|
class="allocations" as |t|}}
|
|
|
|
{{#t.head}}
|
2018-05-02 21:01:34 +00:00
|
|
|
<th class="is-narrow"></th>
|
2017-09-19 14:47:10 +00:00
|
|
|
<th>ID</th>
|
2017-10-20 00:35:30 +00:00
|
|
|
<th>Modified</th>
|
2017-09-19 14:47:10 +00:00
|
|
|
<th>Name</th>
|
|
|
|
<th>Status</th>
|
2017-10-20 00:35:30 +00:00
|
|
|
<th>Version</th>
|
2017-09-19 14:47:10 +00:00
|
|
|
<th>Node</th>
|
|
|
|
<th>CPU</th>
|
|
|
|
<th>Memory</th>
|
|
|
|
{{/t.head}}
|
|
|
|
{{#t.body as |row|}}
|
2018-01-05 20:59:36 +00:00
|
|
|
{{allocation-row data-test-deployment-allocation allocation=row.model context="job"}}
|
2017-09-19 14:47:10 +00:00
|
|
|
{{/t.body}}
|
|
|
|
{{/list-table}}
|
|
|
|
</div>
|
|
|
|
</div>
|