{{check-box nodeId=model.id}} {{#if canExpand}}Open accordion{{/if}} {{badge-state model=model}} {{model.displayName}} {{#if model.showTransitioningMessage}}
{{uc-first model.transitioningMessage}}
{{else if model.displayEndpoints}}
{{model.displayEndpoints}}
{{/if}} {{#if showImage}} {{#tooltip-element type="tooltip-basic" tooltipTemplate="tooltip-multi-lines" model=model.displayImages }}
{{model.displayImage}}
{{/tooltip-element}}

{{#if subMatches}} {{#if (eq (get subMatches model.id) 0)}} {{t "pagination.podNoSubset" count=podCount htmlSafe=true}} {{else if (lt (get subMatches model.id) podCount)}} {{t "pagination.podHighlightSubset" subset=(get subMatches model.id) count=podCount htmlSafe=true}} {{else}} {{t "pagination.pod" pages=1 count=podCount}} {{/if}} {{else}} {{t "pagination.pod" pages=1 count=(concat podCount "")}} {{/if}} / {{t "generic.createdDate" date=(date-from-now model.created) htmlSafe=true }} / {{t "generic.podRestarts"}}: {{model.restarts}}

{{/if}} {{progress-bar-multi classNames="mt-5" labelKey="state" valueKey="count" values=model.podStates.byColor tooltipValues=model.podStates.byName }} {{model.displayScale}} {{action-menu model=model}} {{#if canExpand}} {{! checkbox and expand}} {{#if expanded}} {{pod-dots pods=model.pods searchText=searchText groupByPod=model.hasSidekicks }} {{/if}} {{#if (and expanded model.canScale)}}
{{/if}} {{! actions}} {{#if expanded}} {{/if}} {{/if}}