{{#sortable-table classNames="grid fixed mb-0 sortable-table" bulkActions=false rowActions=false paging=false search=true sortBy=sortBy stickyHeader=false descending=descending headers=headers body=model as |sortable kind endpoint| }} {{#if (eq kind "row")}} {{#if endpoint.linkEndpoint}} {{endpoint.linkEndpoint}} {{/if}}
{{endpoint.protocol}}
{{else if (eq kind "nomatch")}} {{t 'appDetailPage.endpoints.noMatch'}} {{else if (eq kind "norows")}} {{t 'appDetailPage.endpoints.noData'}} {{/if}} {{/sortable-table}}