2018-05-02 21:02:20 +00:00
|
|
|
<li class="timeline-note">
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.label}}
|
|
|
|
<strong data-test-reschedule-label>{{this.label}}</strong>
|
2018-05-05 02:04:36 +00:00
|
|
|
{{/if}}
|
2020-07-09 20:19:07 +00:00
|
|
|
{{format-ts this.time}}
|
2018-05-02 21:02:20 +00:00
|
|
|
</li>
|
2020-07-09 20:19:07 +00:00
|
|
|
<li class="timeline-object" data-test-allocation={{this.allocation.id}}>
|
2018-05-02 21:02:20 +00:00
|
|
|
<div class="boxed-section">
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#unless this.linkToAllocation}}
|
2018-05-05 02:04:36 +00:00
|
|
|
<div class="boxed-section-head" data-test-row-heading>
|
2018-05-03 19:31:25 +00:00
|
|
|
This Allocation
|
|
|
|
</div>
|
|
|
|
{{/unless}}
|
|
|
|
<div class="boxed-section-body inline-definitions">
|
|
|
|
<div class="columns">
|
|
|
|
<div class="column is-centered is-minimum">
|
2020-07-09 20:19:07 +00:00
|
|
|
<span data-test-allocation-status class="tag {{this.allocation.statusClass}}">
|
|
|
|
{{this.allocation.clientStatus}}
|
2018-05-03 19:31:25 +00:00
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
|
|
|
<div class="boxed-section-row">
|
|
|
|
<span class="pair">
|
|
|
|
<span class="term">Allocation</span>
|
2020-07-09 20:19:07 +00:00
|
|
|
{{#if this.linkToAllocation}}
|
|
|
|
<LinkTo @route="allocations.allocation" @model={{this.allocation.id}}>
|
|
|
|
<code data-test-allocation-link>{{this.allocation.shortId}}</code>
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2018-05-03 19:31:25 +00:00
|
|
|
{{else}}
|
2020-07-09 20:19:07 +00:00
|
|
|
<code data-test-allocation-link>{{this.allocation.shortId}}</code>
|
2018-05-03 19:31:25 +00:00
|
|
|
{{/if}}
|
|
|
|
</span>
|
|
|
|
<span class="pair">
|
|
|
|
<span class="term">Client</span>
|
|
|
|
<span>
|
2020-07-09 20:19:07 +00:00
|
|
|
<LinkTo @route="clients.client" @model={{this.allocation.node.id}} data-test-node-link>
|
|
|
|
<code>{{this.allocation.node.id}}</code>
|
2020-06-01 19:03:56 +00:00
|
|
|
</LinkTo>
|
2018-05-03 19:31:25 +00:00
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-05-02 21:02:20 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</li>
|