Move toasts messages to the bottom right

Also, increase its duration from 5 to 10 seconds.
multi-ogserver
Javier Sánchez Parra 2022-04-04 11:55:42 +02:00
parent 1869ad6eb4
commit e5087d2cfd
1 changed files with 2 additions and 2 deletions

View File

@ -110,9 +110,9 @@
{% endif %}
$(document).Toasts('create', {
class: bgclass,
position: 'topLeft',
position: 'bottomRight',
autohide: true,
delay: 5000,
delay: 10000,
title: '{{ message }}',
})
{% endfor %}