{{#app-view class="acl edit" loading=isLoading}} {{#block-slot 'notification' as |status type|}} {{partial 'dc/acls/notifications'}} {{/block-slot}} {{#block-slot 'breadcrumbs'}}
  1. All Tokens
{{/block-slot}} {{#block-slot 'header'}}

{{#if item.Name }} {{item.Name}} {{else}} New token {{/if}}

{{/block-slot}} {{#block-slot 'actions'}} {{#if (not create) }} {{#feedback-dialog type='inline'}} {{#block-slot 'action' as |success error|}} {{#copy-button success=(action success) error=(action error) clipboardText=item.ID title='copy token ID to clipboard'}} Copy token ID {{/copy-button}} {{/block-slot}} {{#block-slot 'success' as |transition|}}

Copied token ID!

{{/block-slot}} {{#block-slot 'error' as |transition|}}

Sorry, something went wrong!

{{/block-slot}} {{/feedback-dialog}} {{#confirmation-dialog message='Are you sure you want to use this ACL token?'}} {{#block-slot 'action' as |confirm|}} {{/block-slot}} {{#block-slot 'dialog' as |execute cancel message|}}

{{message}}

{{/block-slot}} {{/confirmation-dialog}} {{/if}} {{/block-slot}} {{#block-slot 'content'}} {{ partial 'dc/acls/form'}} {{/block-slot}} {{/app-view}}