mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Merge branch 'story/118912395-epp-log' into staging
This commit is contained in:
commit
8fc42fe642
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