mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 00:12:03 +02:00
changed added js-class to dropdown fields in epp logs, repp logs, contacts
This commit is contained in:
parent
2e839007fd
commit
92ffb67f34
4 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue