{{#sortable-table tableClassNames="double-rows" bulkActions=bulkActions body=body sortBy=sortBy fullRows=true search=search groupByKey=groupByKey groupByRef=groupByRef headers=headers as |sortable kind inst dt| }} {{#if (eq kind "row")}} {{#if body.length}} {{check-box nodeId=inst.id}} {{/if}} {{badge-state model=inst}} {{#link-to "pipelines.detail" inst.id}} {{inst.displayName}} {{/link-to}} {{#if inst.lastExecutionId}} {{#link-to "pipelines.run" inst.id inst.lastRun}} {{~#tooltip-element style="100%;" inlineBlock=true type="tooltip-basic" tooltipTemplate="tooltip-static" model=(date-str inst.lastStarted) tagName="span" tooltipFor="tooltip-basic"}} {{date-from-now inst.lastStarted}} {{~/tooltip-element}} {{/link-to}} {{else}} {{t 'generic.na'}} {{/if}} {{action-menu model=inst showPrimary=true}} {{else if (eq kind "nomatch")}} {{t 'pipelinesPage.table.noMatch'}} {{else if (eq kind "norows")}} {{t 'pipelinesPage.table.noData'}} {{/if}} {{/sortable-table}}