2018-05-08 18:24:11 +00:00
|
|
|
<td data-test-icon class="is-narrow">
|
|
|
|
{{#if node.unhealthyDrivers.length}}
|
|
|
|
<span class="tooltip text-center" aria-label="Client has unhealthy drivers">
|
|
|
|
{{x-icon "warning" class="is-warning"}}
|
|
|
|
</span>
|
|
|
|
{{/if}}
|
|
|
|
</td>
|
2018-01-05 20:59:36 +00:00
|
|
|
<td data-test-client-id>{{#link-to "clients.client" node.id class="is-primary"}}{{node.shortId}}{{/link-to}}</td>
|
|
|
|
<td data-test-client-name class="is-200px is-truncatable" title="{{node.name}}">{{node.name}}</td>
|
|
|
|
<td data-test-client-status>{{node.status}}</td>
|
2018-05-29 17:36:09 +00:00
|
|
|
<td data-test-client-drain>
|
|
|
|
{{#if node.isDraining}}
|
|
|
|
<span class="status-text is-info">true</span>
|
|
|
|
{{else}}
|
|
|
|
false
|
|
|
|
{{/if}}
|
|
|
|
</td>
|
|
|
|
<td data-test-client-eligibility>
|
|
|
|
{{#if node.isEligible}}
|
|
|
|
{{node.schedulingEligibility}}
|
|
|
|
{{else}}
|
|
|
|
<span class="status-text is-warning">{{node.schedulingEligibility}}</span>
|
|
|
|
{{/if}}
|
|
|
|
</td>
|
2018-05-29 17:06:48 +00:00
|
|
|
<td data-test-client-address>{{node.httpAddr}}</td>
|
2018-01-05 20:59:36 +00:00
|
|
|
<td data-test-client-datacenter>{{node.datacenter}}</td>
|
|
|
|
<td data-test-client-allocations>
|
2017-09-19 14:47:10 +00:00
|
|
|
{{#if node.allocations.isPending}}
|
|
|
|
...
|
|
|
|
{{else}}
|
|
|
|
{{node.allocations.length}}
|
|
|
|
{{/if}}
|
|
|
|
</td>
|