|
|
{{badge-state model=model}}
|
{{#if model.defaultProject}}
{{model.displayName}}
{{else}}
{{model.displayName}}
{{/if}}
|
{{#if (eq model.state "inactive")}}
{{#if (or model.registrationToken.hostCommand model.registrationToken.clusterCommand)}}
{{#if model.registrationToken.hostCommand}}
{{/if}}
{{#if model.registrationToken.clusterCommand}}
{{/if}}
{{else}}
{{t 'clusterRow.noHosts'}}
{{/if}}
|
{{else}}
Counts Coming Soon
|
{{/if}}
{{action-menu model=model}}
|