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

Namespaces

{{/block-slot}} {{#block-slot 'actions'}} Create {{/block-slot}} {{#block-slot 'content'}} {{#if (gt items.length 0) }}
{{freetext-filter searchable=searchable value=s placeholder="Search"}}
{{/if}} {{#changeable-set dispatcher=searchable}} {{#block-slot 'set' as |filtered|}} {{#tabular-collection items=filtered as |item index| }} {{#block-slot 'header'}} Name Description {{#if (env 'CONSUL_ACLS_ENABLED')}} Roles & Policies {{/if}} {{/block-slot}} {{#block-slot '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 'actions' as |index change checked|}} {{#confirmation-dialog confirming=false index=index message="Are you sure you want to delete this Namespace?"}} {{#block-slot 'action' as |confirm|}} {{#action-group index=index onchange=(action change) checked=(if (eq checked index) 'checked')}} {{/action-group}} {{/block-slot}} {{#block-slot 'dialog' as |execute cancel message name|}}

{{message}}

{{/block-slot}} {{/confirmation-dialog}} {{/block-slot}} {{/tabular-collection}} {{/block-slot}} {{#block-slot 'empty'}}

There are no Namespaces.

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