mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
* VAULT-41963 add reporting sidenav * Fix failing tests and add new tests * Add copywrite headers * Update checks for reporting * Update vault reporting acceptance tests * Update tests to use test helpers * Update sidebar enterprise test selectors * Update vault reporting title test Co-authored-by: Kianna <30884335+kiannaquach@users.noreply.github.com>
13 lines
No EOL
472 B
Handlebars
13 lines
No EOL
472 B
Handlebars
{{!
|
|
Copyright IBM Corp. 2016, 2025
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
<Page::Breadcrumbs
|
|
@breadcrumbs={{array (hash label="Vault" route="vault.cluster.dashboard" icon="vault") (hash label="Vault usage")}}
|
|
class="has-top-margin-s has-top-padding-m has-left-padding-s"
|
|
/>
|
|
<VaultReporting::Views::Dashboard
|
|
@onFetchUsageData={{this.handleFetchUsageData}}
|
|
@onFetchNamespaceData={{this.handleFetchNamespaceData}}
|
|
@isVaultDedicated={{this.flags.isHvdManaged}}
|
|
/> |