mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
* render Hds::ApplicationState in Page::Error component * fix initial test failures * implement Page::Error component in remaining error templates * replacing remaining errors with Page::Error * update test coverage, clarify message logic * fix status code for already parsed errors and revert to root url * update tests to reflect more detailed error messages * replace not found test coverage with more robust tests * remove unnecessary error intervention * round out test coverage, add typescript definitions for each error type * remove manual db credentials error intervention * var cleanup * add titleTags to errors * add changelog Co-authored-by: claire bontempo <68122737+hellobontempo@users.noreply.github.com>
8 lines
203 B
Handlebars
8 lines
203 B
Handlebars
{{!
|
|
Copyright IBM Corp. 2016, 2025
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<LdapHeader @model={{this.backend}} @breadcrumbs={{this.breadcrumbs}} />
|
|
|
|
<Page::Error @error={{this.model}} @titleTag="h2" /> |