summaryrefslogtreecommitdiff
path: root/app/views/intruders/_form_core.html.haml
diff options
context:
space:
mode:
authorPeter Kozak <spag@golwen.net>2013-02-10 08:09:05 +0000
committerPeter Kozak <spag@golwen.net>2013-02-10 08:09:05 +0000
commit4c9cc92c0a49ec34c8bf00e31d1710450fb533fa (patch)
tree938c21ad5fece8a5b36c2689e5f7f8b50ca72e29 /app/views/intruders/_form_core.html.haml
parent5fba89e83722e11232b1130a1a939d55aed94387 (diff)
firewall blacklist model added
Diffstat (limited to 'app/views/intruders/_form_core.html.haml')
-rw-r--r--app/views/intruders/_form_core.html.haml16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/views/intruders/_form_core.html.haml b/app/views/intruders/_form_core.html.haml
new file mode 100644
index 0000000..ae2da39
--- /dev/null
+++ b/app/views/intruders/_form_core.html.haml
@@ -0,0 +1,16 @@
+.inputs
+ = f.input :list_type, :label => t('intruders.form.list_type.label'), :hint => conditional_hint('intruders.form.list_type.hint')
+ = f.input :key, :label => t('intruders.form.key.label'), :hint => conditional_hint('intruders.form.key.hint')
+ = f.input :points, :label => t('intruders.form.points.label'), :hint => conditional_hint('intruders.form.points.hint')
+ = f.input :bans, :label => t('intruders.form.bans.label'), :hint => conditional_hint('intruders.form.bans.hint')
+ = f.input :ban_last, :label => t('intruders.form.ban_last.label'), :hint => conditional_hint('intruders.form.ban_last.hint')
+ = f.input :ban_end, :label => t('intruders.form.ban_end.label'), :hint => conditional_hint('intruders.form.ban_end.hint')
+ = f.input :contact_ip, :label => t('intruders.form.contact_ip.label'), :hint => conditional_hint('intruders.form.contact_ip.hint')
+ = f.input :contact_port, :label => t('intruders.form.contact_port.label'), :hint => conditional_hint('intruders.form.contact_port.hint')
+ = f.input :contact_count, :label => t('intruders.form.contact_count.label'), :hint => conditional_hint('intruders.form.contact_count.hint')
+ = f.input :contact_last, :label => t('intruders.form.contact_last.label'), :hint => conditional_hint('intruders.form.contact_last.hint')
+ = f.input :contacts_per_second, :label => t('intruders.form.contacts_per_second.label'), :hint => conditional_hint('intruders.form.contacts_per_second.hint')
+ = f.input :contacts_per_second_max, :label => t('intruders.form.contacts_per_second_max.label'), :hint => conditional_hint('intruders.form.contacts_per_second_max.hint')
+ = f.input :user_agent, :label => t('intruders.form.user_agent.label'), :hint => conditional_hint('intruders.form.user_agent.hint')
+ = f.input :to_user, :label => t('intruders.form.to_user.label'), :hint => conditional_hint('intruders.form.to_user.hint')
+ = f.input :comment, :label => t('intruders.form.comment.label'), :hint => conditional_hint('intruders.form.comment.hint')