{{#modal-dialog data-test-role-form onclose=(action (mut state) 'role') name="new-role-toggle"}} {{#if (eq state 'role')}} New Role {{else}} New Policy {{/if}} Create new policy {{policy-form data-test-policy-form name="role[policy]" form=policyForm dc=dc}} {{#if (eq state 'role')}} {{#if item.isSaving }} {{/if}} Create and apply Cancel {{else}} {{#if policy.isSaving }} {{/if}} Create and apply Cancel {{/if}} {{/modal-dialog}} Apply an existing role Create new role {{option.Name}} {{#tabular-collection data-test-roles rows=5 items=(sort-by 'CreateTime:desc' 'Name:asc' items) as |item index| }} Name Description {{item.Name}} {{item.Description}} More Edit Remove Confirm Remove Are you sure you want to remove this role? Remove Cancel {{/tabular-collection}}
Are you sure you want to remove this role?