mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
Add rescheduled icon to allocation row
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
sortDescending=sortDescending
|
||||
class="with-foot" as |t|}}
|
||||
{{#t.head}}
|
||||
<th class="is-narrow"></th>
|
||||
{{#t.sort-by prop="shortId"}}ID{{/t.sort-by}}
|
||||
{{#t.sort-by prop="modifyIndex" title="Modify Index"}}Modified{{/t.sort-by}}
|
||||
{{#t.sort-by prop="name"}}Name{{/t.sort-by}}
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
<td data-test-indicators class="is-narrow">
|
||||
{{#if allocation.nextAllocation}}
|
||||
<span class="tooltip text-center" aria-label="Allocation was rescheduled">
|
||||
{{x-icon "history" class="is-faded"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
</td>
|
||||
<td data-test-short-id>
|
||||
{{#link-to "allocations.allocation" allocation class="is-primary"}}
|
||||
{{allocation.shortId}}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
source=deployment.allocations
|
||||
class="allocations" as |t|}}
|
||||
{{#t.head}}
|
||||
<th class="is-narrow"></th>
|
||||
<th>ID</th>
|
||||
<th>Modified</th>
|
||||
<th>Name</th>
|
||||
|
||||
@@ -73,6 +73,7 @@
|
||||
sortDescending=sortDescending
|
||||
class="with-foot" as |t|}}
|
||||
{{#t.head}}
|
||||
<th class="is-narrow"></th>
|
||||
{{#t.sort-by prop="shortId"}}ID{{/t.sort-by}}
|
||||
{{#t.sort-by prop="modifyIndex" title="Modify Index"}}Modified{{/t.sort-by}}
|
||||
{{#t.sort-by prop="name"}}Name{{/t.sort-by}}
|
||||
|
||||
Reference in New Issue
Block a user