mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-08 14:33:26 +00:00
14 lines
303 B
Handlebars
14 lines
303 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<div class="console-ui-output">
|
|
<pre>{{this.columns}}</pre>
|
|
<Hds::Copy::Button
|
|
@text="Copy"
|
|
@isIconOnly={{true}}
|
|
@textToCopy={{this.columns}}
|
|
class="transparent icon-grey-500 top-right-absolute"
|
|
/>
|
|
</div> |