mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 20:36:26 +02:00
* WIP secrets sidebar * Remove unwanted text and put some things back.. * Add secrets templates for sidebar * Fix tests * Update more Secrets navlinks * Add copywrite headers * Creates secrets.hbs so its the parent route * Update secrets comment * Update component name * Update sidebar to use helper * Secrets sync breadcrumbs * Address feedback~ * Use enum and add helper test * Fix links! Co-authored-by: Kianna <30884335+kiannaquach@users.noreply.github.com>
8 lines
133 B
Handlebars
8 lines
133 B
Handlebars
{{!
|
|
Copyright IBM Corp. 2016, 2025
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<Sidebar::Nav::Secrets @isEngine={{true}} />
|
|
|
|
{{outlet}} |