mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-02 08:42:50 +00:00
Revert break time to default value
This commit is contained in:
parent
d37b043711
commit
8eafbf66c9
@ -17,7 +17,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
|||||||
viewsCounter = 0;
|
viewsCounter = 0;
|
||||||
ticks: number = 1000;
|
ticks: number = 1000;
|
||||||
progress: number = 0;
|
progress: number = 0;
|
||||||
isVisible = true;
|
isVisible = false;
|
||||||
interval = 10;
|
interval = 10;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
@ -26,7 +26,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this.notificationSettings = this.notifactionSettingsService.getConfiguration();
|
this.notificationSettings = this.notifactionSettingsService.getConfiguration();
|
||||||
//this.startTimer();
|
this.startTimer();
|
||||||
}
|
}
|
||||||
|
|
||||||
startTimer() {
|
startTimer() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user