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

12 lines
326 B
Handlebars

<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>