f822491886
evnetually!
5 lines
430 B
Handlebars
5 lines
430 B
Handlebars
<b>{{i18n admin.logs.screened_ips.form.label}}</b>
|
|
{{text-field value=ip_address disabled=formSubmitted class="ip-address-input" placeholderKey="admin.logs.screened_ips.form.ip_address" autocorrect="off" autocapitalize="off"}}
|
|
{{combo-box content=actionNames value=actionName}}
|
|
<button class="btn btn-small" {{action submit target="view"}} {{bind-attr disabled="formSubmitted"}}>{{i18n admin.logs.screened_ips.form.add}}</button>
|