mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 07:01:09 +02:00
17 lines
402 B
Handlebars
17 lines
402 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
}}
|
|
|
|
<div class="field">
|
|
<TtlPicker
|
|
@label="Wrap response"
|
|
@helperTextDisabled="Will not wrap response"
|
|
@helperTextEnabled="Will wrap response with a lease of"
|
|
@initialEnabled={{true}}
|
|
@initialValue="30m"
|
|
@onChange={{this.changedValue}}
|
|
@changeOnInit={{true}}
|
|
data-test-wrap-ttl-picker
|
|
/>
|
|
</div> |