|
{{#if (and model.id model.clusterId)}}
{{t 'nodeGroup.label' name=model.displayName}}
{{else}}
{{t 'nodeGroup.label' name=nodeId}}
{{/if}}
{{node-ip model=model}}
|
{{#if model}}
{{badge-state model=model classNames="btn-xs"}}
{{/if}}
|
{{#if showActions}}
{{#if model}}
{{action-menu model=model}}
{{/if}}
|
{{/if}}
{{#if model.showTransitioningMessage}}
|
{{uc-first model.transitioningMessage}}
|
{{/if}}