mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-19 04:57:51 +00:00
Update notification-box.component.ts
This commit is contained in:
parent
d756ce9b87
commit
8233985136
@ -17,9 +17,9 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
||||
isVisible = false;
|
||||
interval = 10;
|
||||
|
||||
delayTime: number = 0;
|
||||
delayTime: number = 5000;
|
||||
breakTime: number = 20;
|
||||
isEndless: boolean = true;
|
||||
isEndless: boolean = false;
|
||||
numberOfViews: number = 1;
|
||||
|
||||
constructor(){}
|
||||
|
Loading…
Reference in New Issue
Block a user