mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 15:11:07 +02:00
15 lines
473 B
Handlebars
15 lines
473 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<div class="console-ui-output">
|
|
<JsonEditor @value={{stringify this.content}} @readOnly={{true}} />
|
|
<Hds::Copy::Button
|
|
@text="Copy"
|
|
@isIconOnly={{true}}
|
|
@textToCopy={{stringify this.content}}
|
|
@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> |