Add driver warning to allocation rows
This commit is contained in:
parent
54afbfe281
commit
9598a18bc1
|
@ -1,4 +1,9 @@
|
|||
<td data-test-indicators class="is-narrow">
|
||||
{{#if allocation.unhealthyDrivers.length}}
|
||||
<span class="tooltip text-center" aria-label="Allocation depends on unhealthy drivers">
|
||||
{{x-icon "warning" class="is-warning"}}
|
||||
</span>
|
||||
{{/if}}
|
||||
{{#if allocation.nextAllocation}}
|
||||
<span class="tooltip text-center" aria-label="Allocation was rescheduled">
|
||||
{{x-icon "history" class="is-faded"}}
|
||||
|
|
Loading…
Reference in a new issue