Skip to content

Commit

Permalink
add copy button to secret headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hellobontempo committed Oct 8, 2024
1 parent 163cfd2 commit 9c6c063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/templates/components/secret-edit.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
Edit Secret
{{else}}
{{@key.id}}
<Hds::Copy::Button @isIconOnly={{true}} @text="Copy your secret path" @textToCopy={{@key.id}} />
{{/if}}
</h1>
</p.levelLeft>
Expand Down
1 change: 1 addition & 0 deletions ui/lib/kv/addon/components/kv-page-header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<span class="tag">version 2</span>
{{else}}
{{@pageTitle}}
<Hds::Copy::Button @isIconOnly={{true}} @text="Copy your secret path" @textToCopy={{@pageTitle}} />
{{/if}}
</h1>
</p.levelLeft>
Expand Down

0 comments on commit 9c6c063

Please sign in to comment.