2014-12-08 16:35:49 -05:00
|
|
|
<b>{{i18n "admin.logs.screened_ips.form.label"}}</b>
|
2014-06-10 11:54:38 -04:00
|
|
|
{{text-field value=ip_address disabled=formSubmitted class="ip-address-input" placeholderKey="admin.logs.screened_ips.form.ip_address" autocorrect="off" autocapitalize="off"}}
|
2020-02-03 08:22:14 -05:00
|
|
|
|
|
|
|
{{combo-box
|
|
|
|
content=actionNames
|
|
|
|
value=actionName
|
2020-10-06 17:50:05 -04:00
|
|
|
onChange=(action (mut actionName))
|
2020-02-03 08:22:14 -05:00
|
|
|
}}
|
|
|
|
|
2019-01-10 05:06:01 -05:00
|
|
|
{{d-button class="btn-default" action=(action "submit") disabled=formSubmitted label="admin.logs.screened_ips.form.add"}}
|