{{#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 (or expanded expandAll) (not loading))}} {{#component parent.intent classNames="grid fixed mb-0 sortable-table" bulkActions=false rowActions=false paging=true search=true sortBy=sortBy stickyHeader=false pagingLabel="pagination.event" descending=descending headers=headers body=events as |sortable kind row dt| }} {{#if (eq kind "row")}} {{#if clusterEvents}} {{row.involvedObject.namespace}} {{/if}} {{row.type}} {{row.reason}} {{#if clusterEvents}} {{row.involvedObject.name}} {{/if}} {{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}}