Add driver warning to allocation rows

This commit is contained in:
Michael Lange 2018-05-11 11:35:48 -07:00
parent 54afbfe281
commit 9598a18bc1

View file

@ -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"}}