mirror of
https://github.com/internetee/registry.git
synced 2025-07-25 20:18:22 +02:00
Story#118912395 - epp:log request object search by include
This commit is contained in:
parent
af9fc5b4fa
commit
a1141a5bb4
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,9 @@ $(document).on 'page:change', ->
|
||||||
$('.selectize').selectize({
|
$('.selectize').selectize({
|
||||||
allowEmptyOption: true
|
allowEmptyOption: true
|
||||||
})
|
})
|
||||||
|
$('.selectize_create').selectize({
|
||||||
|
allowEmptyOption: true, create: true
|
||||||
|
})
|
||||||
|
|
||||||
$('.js-datepicker').datepicker({
|
$('.js-datepicker').datepicker({
|
||||||
showAnim: "",
|
showAnim: "",
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
.col-md-3
|
.col-md-3
|
||||||
.form-group
|
.form-group
|
||||||
= f.label :request_object
|
= f.label :request_object
|
||||||
= f.select :request_object_eq, [[t(:choose),''], 'contact', 'domain', 'poll', 'keyrelay'], {}, class: 'form-control selectize', placeholder: t(:choose)
|
= f.select :request_object_cont, [[t(:choose),''], 'contact', 'domain', 'poll', 'keyrelay'], {}, class: 'form-control selectize_create', placeholder: t(:choose)
|
||||||
.col-md-3
|
.col-md-3
|
||||||
.form-group
|
.form-group
|
||||||
= f.label :request_successful
|
= f.label :request_successful
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue