{{#accordion-list-item title=(t 'resourceEventList.title') detail=(t 'resourceEventList.detail' resourceType=resourceType) expandAll=expandAll expand=(action expandFn) expanded=expanded componentName='sortable-table' as | parent | }} {{#if (and expanded (not loading))}} {{#component parent.intent classNames="grid fixed mb-0 sortable-table" bulkActions=false rowActions=false paging=false search=true sortBy=sortBy stickyHeader=false descending=descending headers=headers body=events as |sortable kind row dt| }} {{#if (eq kind "row")}} {{row.type}} {{row.reason}} {{row.message}} {{date-from-now row.lastTimestamp}} {{else if (eq kind "norows")}} {{t 'resourceEventList.noData'}} {{else if (eq kind "nomatch")}} {{t 'resourceEventList.noMatch'}} {{/if}} {{/component}} {{else}}
{{/if}} {{/accordion-list-item}}