{{#accordion-list-item title=(t 'labelsSection.title') detail=(t translationDetail) status=(t 'labelsSection.status' count=labelArray.length) statusClass=(if labelArray.length 'bg-success' 'text-muted') expandAll=expandAll expand=(action expandFn) componentName='sortable-table' as | parent | }} {{#component parent.intent classNames="grid fixed mb-0" bulkActions=false rowActions=false paging=false search=true sortBy=sortBy stickyHeader=false descending=descending headers=headers body=labelArray as |sortable kind label| }} {{#if (eq kind "row")}} {{#if showKind}} {{uc-first label.type}} {{/if}} {{label.key}} {{pretty-json value=label.value}} {{else if (eq kind "nomatch")}} {{t 'labelsSection.noMatch'}} {{else if (eq kind "norows")}} {{t 'labelsSection.noData'}} {{/if}} {{/component}} {{/accordion-list-item}}