{{title 'Namespaces'}} {{#app-view class="nspace list" loading=isLoading}} {{#block-slot name='notification' as |status type subject|}} {{partial 'dc/nspaces/notifications'}} {{/block-slot}} {{#block-slot name='header'}}

Namespaces

{{/block-slot}} {{#block-slot name='actions'}} Create {{/block-slot}} {{#block-slot name='content'}} {{#if (gt items.length 0) }}
{{freetext-filter searchable=searchable value=s placeholder="Search"}}
{{/if}} {{#changeable-set dispatcher=searchable}} {{#block-slot name='set' as |filtered|}} {{#tabular-collection items=filtered as |item index| }} {{#block-slot name='header'}} Name Description {{#if (env 'CONSUL_ACLS_ENABLED')}} Roles & Policies {{/if}} {{/block-slot}} {{#block-slot name='row'}} {{#if item.DeletedAt}}

Deleting {{item.Name}}...

{{else}} {{item.Name}}

{{item.Description}}

{{#if (env 'CONSUL_ACLS_ENABLED')}} {{#each (compact (append item.ACLs.PolicyDefaults item.ACLs.RoleDefaults)) as |item|}} {{item.Name}} {{/each}} {{/if}} {{/if}} {{/block-slot}} {{#block-slot name='actions' as |index change checked|}} {{#popover-menu expanded=(if (eq checked index) true false) onchange=(action change index) keyboardAccess=false}} {{#block-slot name='trigger'}} More {{/block-slot}} {{#block-slot name='menu' as |confirm send keypressClick|}}
  • Edit
  • {{#if (not-eq item.Name 'default') }}
  • Confirm Delete

    Are you sure you want to delete this key?

  • {{/if}} {{/block-slot}} {{/popover-menu}} {{/block-slot}} {{/tabular-collection}} {{/block-slot}} {{#block-slot name='empty'}}

    There are no Namespaces.

    {{/block-slot}} {{/changeable-set}} {{/block-slot}} {{/app-view}}