{{#with (options-for-backend model.engineType) as |options|}} {{#key-value-header baseKey=baseKey path="vault.cluster.secrets.backend.list" root=backendCrumb }}
  • / {{#link-to "vault.cluster.secrets"}} secrets {{/link-to}}
  • {{/key-value-header}}

    {{i-con glyph=(or (concat "enable/" model.engineType) "enable/secrets") size=24 class="has-text-grey-light"}} {{model.id}} {{#if (eq model.options.version 2)}} Version 2 {{/if}}

    {{#unless (or isCertTab isConfigure)}}
    {{#secret-link mode="create" secret='' queryParams=(query-params initialKey=(or filter baseKey.id)) class="button has-icon-right is-ghost is-compact" data-test-secret-create=true }} {{options.create}} {{i-con glyph="chevron-right" size=11}} {{/secret-link}}
    {{/unless}} {{#if (or (eq model.type "aws") (eq model.type "ssh") (eq model.type "pki"))}}
    {{#link-to "vault.cluster.settings.configure-secret-backend" model.id class="button has-icon-right is-ghost is-compact" data-test-secret-backend-configure=true }} Configure {{i-con glyph="chevron-right" size=11}} {{/link-to}}
    {{/if}}
    {{#if options.tabs}}
    {{else}} {{!-- if there are no tabs in the options, we'll hardcode them here --}}
    {{/if}} {{/with}}