Files
vault/ui/lib/kv/addon/templates/error.hbs
Chelsea Shaw aa95f003a8 UI: Ember 5 deprecation stragglers (#26666)
* use router for transitions within replication engine

* fix inverse value on group-alias belongsTo relationship

* Always call super.willDestroy after custom hooks

* fix deprecation ember-engines.deprecation-camelized-engine-names

* graceful fallback on message-error if adapterError does not include errors

* use router.replaceWith during tests on logout

* fix more links
2024-04-30 11:22:08 -05:00

17 lines
511 B
Handlebars

{{!
Copyright (c) HashiCorp, Inc.
SPDX-License-Identifier: BUSL-1.1
~}}
<KvPageHeader @breadcrumbs={{this.breadcrumbs}} @mountName={{this.mountName}}>
<:tabLinks>
<li><LinkTo @route="list" @model={{this.mountName}} data-test-secrets-tab="Secrets">Secrets</LinkTo></li>
<li><LinkTo
@route="configuration"
@model={{this.mountName}}
data-test-secrets-tab="Configuration"
>Configuration</LinkTo></li>
</:tabLinks>
</KvPageHeader>
<Page::Error @error={{this.model}} />