{{#let (filter-by "Type" "client" items) as |client|}} {{#let (selectable-key-values (array "" (concat "All (" items.length ")")) (array "management" (concat "Management (" (sub items.length client.length) ")")) (array "client" (concat "Client (" client.length ")")) selected=filterBy ) as |filter| }} {{partial 'dc/acls/notifications'}}

ACL Tokens {{format-number items.length}} total

Create {{#if (gt items.length 0) }} {{/if}} Name Type {{item.Name}} {{#if (eq item.Type 'management')}} {{item.Type}} {{else}} {{item.Type}} {{/if}} More
  • Edit
  • {{#if (eq item.ID token.SecretID) }}
  • Confirm logout

    Are you sure you want to stop using this ACL token? This will log you out.

  • {{else}}
  • Confirm use

    Are you sure you want to use this ACL token?

  • {{/if}}
  • {{# if (not-eq item.ID 'anonymous') }}
  • Confirm Delete

    Are you sure you want to delete this token?

  • {{/if}}

    {{#if (gt items.length 0)}} No ACLs found {{else}} Welcome to ACLs {{/if}}

    {{#if (gt items.length 0)}} No ACLs where found matching that search, or you may not have access to view the ACLs you are searching for. {{else}} There don't seem to be any ACLs yet, or you may not have access to view ACLs yet. {{/if}}

    {{/let}} {{/let}}