open-vault/ui/app/components/wrap-ttl.hbs

12 lines
326 B
Handlebars
Raw Normal View History

2022-12-01 15:33:30 +00:00
<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>