{{#if node.unhealthyDrivers.length}}
{{x-icon "warning" class="is-warning"}}
{{/if}}
|
{{#link-to "clients.client" node.id class="is-primary"}}{{node.shortId}}{{/link-to}} |
{{node.name}} |
{{node.status}} |
{{#if node.isDraining}}
true
{{else}}
false
{{/if}}
|
{{#if node.isEligible}}
{{node.schedulingEligibility}}
{{else}}
{{node.schedulingEligibility}}
{{/if}}
|
{{node.httpAddr}} |
{{node.datacenter}} |
{{#if node.allocations.isPending}}
...
{{else}}
{{node.allocations.length}}
{{/if}}
|