mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-12 01:26:47 +01:00
toast changes
This commit is contained in:
parent
689b0db1a8
commit
a89eaafed7
6 changed files with 35 additions and 17 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<ngb-toast
|
||||
*ngFor="let toast of toasts"
|
||||
[header]="toast.title" [autohide]="true" [delay]="toast.delay"
|
||||
[class]="toast.classname"
|
||||
(hide)="toastService.closeToast(toast)">
|
||||
{{toast.content}}
|
||||
</ngb-toast>
|
||||
Loading…
Add table
Add a link
Reference in a new issue