vault/ui/app/components/usage/page.hbs
Vault Automation ad7cf8ca8d
[UI] VAULT-41963 add reporting sidenav (#12011) (#12055)
* 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>
2026-01-29 09:53:35 -08:00

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}}
/>