Add IP protection for REPP

This commit is contained in:
Martin Lensment 2015-05-19 19:12:43 +03:00
parent 8321f894d5
commit abf47b1e08
6 changed files with 39 additions and 6 deletions

View file

@ -23,7 +23,7 @@
.col-md-4.control-label
= f.label :interface
.col-md-7
= f.select :interface, [[t(:choose), '']] + WhiteIp::INTERFACES.map {|x| [x.upcase, x]}, {}, class: 'form-control selectize', placeholder: t(:choose)
= f.select :interface, WhiteIp::INTERFACES.map {|x| [x.upcase, x]}, {}, class: 'form-control selectize'
%hr
.row
.col-md-8.text-right