mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
21 lines
496 B
Handlebars
21 lines
496 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<div class="console-ui-output">
|
|
<pre>
|
|
Keys
|
|
{{#each this.list as |item|}}
|
|
{{item}}
|
|
|
|
{{/each}}
|
|
</pre>
|
|
<Hds::Copy::Button
|
|
@text="Copy"
|
|
@isIconOnly={{true}}
|
|
@textToCopy={{multi-line-join this.list}}
|
|
@onError={{(fn (set-flash-message "Clipboard copy failed. The Clipboard API requires a secure context." "danger"))}}
|
|
class="transparent icon-grey-500 top-right-absolute"
|
|
/>
|
|
</div> |