mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
* Reporting generated files * Update vault reporting addon (#30264) * Update yarn.lock based on main * Update vault-reporting addon * Mount reporting components * Rename route and page component based on review feedback Add docs to component * Add page style to import vault-reporting style * Add header to new page style
9 lines
210 B
Handlebars
9 lines
210 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<VaultReporting::Views::Dashboard
|
|
@onFetchUsageData={{this.handleFetchUsageData}}
|
|
@isVaultDedicated={{this.flags.isHvdManaged}}
|
|
/> |