{{field-required}} {{searchable-select classNames="form-control" content=allProjectsGroupedByCluster optionLabelPath="name" optionValuePath="value" optionGroupPath="cluster" placeholder=(t "newMultiClusterApp.targets.prompt" ) change=addTarget readOnly=readOnly }}
{{#sortable-table bulkActions=false search=false classNames="grid" sortBy=sortBy headers=headers pagingLabel="pagination.member" descending=descending body=appTargets as |sortable kind target dt| }} {{#if (eq kind "row")}} {{#if target.project.id}} {{target.clusterName}} {{else}} {{target.clusterId}} {{/if}} {{#if target.project.id}} {{target.projectName}} {{else}} {{#tooltip-element type="tooltip-basic" model=(t "newMultiClusterApp.access.noAccessLink") tooltipTemplate="tooltip-static" aria-describedby="tooltip-base" tooltipFor="tooltipLink" }} {{target.projectId}} {{/tooltip-element}} {{/if}} {{else if (eq kind "norows")}} {{t "newMultiClusterApp.targets.noData"}} {{/if}} {{/sortable-table}}