changed added js-class to dropdown fields in epp logs, repp logs, contacts

This commit is contained in:
Oleg Hasjanov 2021-07-01 12:38:40 +03:00
parent 2e839007fd
commit 92ffb67f34
4 changed files with 9 additions and 9 deletions

View file

@ -8,11 +8,11 @@
.col-md-3
.form-group
= f.label :request_path
= f.select :request_path_eq, [[t(:choose),''], '/repp/v1/domains', '/repp/v1/contacts'], {}, class: 'form-control selectize', placeholder: t(:choose)
= f.select :request_path_eq, [[t(:choose),''], '/repp/v1/domains', '/repp/v1/contacts'], {}, class: 'form-control js-combobox', placeholder: t(:choose)
.col-md-3
.form-group
= f.label :request_method
= f.select :request_method_eq, [[t(:choose),''], 'GET', 'POST', 'PUT', 'DELETE'], {}, class: 'form-control selectize', placeholder: t(:choose)
= f.select :request_method_eq, [[t(:choose),''], 'GET', 'POST', 'PUT', 'DELETE'], {}, class: 'form-control js-combobox', placeholder: t(:choose)
.col-md-3
.form-group
= f.label :response_code