mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Increased show time of the flash messages to 5 seconds.
This commit is contained in:
parent
66ebdb357c
commit
1cbbc26e7a
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@
|
|||
'error': 'bg-danger text-white', 'warning': 'bg-warning text-white',
|
||||
'notice': 'bg-info text-white', 'info': 'bg'})%}
|
||||
|
||||
<div class="toast " role="alert" aria-live="assertive" aria-atomic="true" data-delay="2000">
|
||||
<div class="toast " role="alert" aria-live="assertive" aria-atomic="true" data-delay="5000">
|
||||
<div class="toast-header {{ flash_bg }}">
|
||||
{# <img src="..." class="rounded mr-2" alt="...">#}
|
||||
<i class="fas fa-fw {{ flash_symbol }} mr-2"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue