{{#accordion-list-item title=(t 'containersSection.title') detail=(t 'containersSection.detail') expandAll=expandAll expand=(action expandFn) expandOnInit=expandOnInit componentName='sortable-table' as | parent | }} {{#sortable-table tableClassNames="double-rows" body=containers bulkActions=false descending=descending sortBy=sortBy stickyHeader=stickyHeader fullRows=true search=search headers=headers as |sortable kind inst dt| }} {{#if (eq kind "row")}} {{badge-state model=inst}} {{inst.displayName}} {{#if inst.initContainer}}
{{t 'containersSection.initContainer'}}
{{/if}} {{inst.image}} {{inst.restarts}} {{action-menu model=inst}} {{#if inst.showTransitioningMessage}}
{{uc-first inst.transitioningMessage}}
{{/if}} {{else if (eq kind "nomatch")}} {{t 'containersSection.noMatch'}} {{else if (eq kind "norows")}} {{t 'containersSection.noData'}} {{/if}} {{/sortable-table}} {{/accordion-list-item}}