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">
|
2020-06-01 19:03:56 +00:00
|
|
|
<ListTable
|
2020-07-13 14:26:12 +00:00
|
|
|
@source={{@deployment.allocations}}
|
2020-06-01 19:03:56 +00:00
|
|
|
@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>
|
2018-07-20 00:36:25 +00:00
|
|
|
<th>Task Group</th>
|
2018-07-19 20:30:08 +00:00
|
|
|
<th>Created</th>
|
2017-10-20 00:35:30 +00:00
|
|
|
<th>Modified</th>
|
2017-09-19 14:47:10 +00:00
|
|
|
<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>
|
2020-02-11 04:51:59 +00:00
|
|
|
<th>Volume</th>
|
2017-09-19 14:47:10 +00:00
|
|
|
<th>CPU</th>
|
|
|
|
<th>Memory</th>
|
2020-06-01 19:03:56 +00:00
|
|
|
</t.head>
|
|
|
|
<t.body as |row|>
|
|
|
|
<AllocationRow data-test-deployment-allocation @allocation={{row.model}} @context="job" />
|
|
|
|
</t.body>
|
|
|
|
</ListTable>
|
2017-09-19 14:47:10 +00:00
|
|
|
</div>
|
|
|
|
</div>
|