{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0 }} {{#if (eq loader.error.status "404")}} Warning! This KV or parent of this KV was deleted. {{else if (eq loader.error.status "403")}} Error! You no longer have access to this KV. {{else}} Warning! An error was returned whilst loading this data, refresh to try again. {{/if}} {{#let (hash value=(or sortBy "Kind:asc") change=(action (mut sortBy) value="target.selected") ) (hash kind=(hash value=(if kind (split kind ',') undefined) change=(action (mut kind) value="target.selectedItems") ) ) parent loader.data as |sort filters parent items|}} {{#if (not-eq parent.Key '/') }}
  1. Key / Values
  2. {{#each (slice 0 -2 (split parent.Key '/')) as |breadcrumb index|}}
  3. {{breadcrumb}}
  4. {{/each}}
{{/if}}

{{#if (eq parent.Key '/')}} {{else}} {{/if}}

{{#if (gt items.length 0) }} {{/if}} {{#if (can 'create kvs')}} {{#if (and parent.Key (not-eq parent.Key '/')) }} {{else}} {{/if}} {{/if}}

{{t 'routes.dc.kv.index.empty.header' items=items.length }}

{{t 'routes.dc.kv.index.empty.body' items=items.length canUseACLs=(can "use acls") htmlSafe=true }}
  • {{/let}}