FIX: manually blocking/whitelisting an IP address wasn't working

This commit is contained in:
Régis Hanol
2015-12-17 19:40:50 +01:00
parent 5eff3153e5
commit 1704a362ef
4 changed files with 83 additions and 84 deletions

View File

@@ -0,0 +1,4 @@
<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}}
{{d-button action="submit" disabled=formSubmitted label="admin.logs.screened_ips.form.add"}}