mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-03-23 20:15:16 +00:00
Breaktime reduced for demo
This commit is contained in:
parent
ebbeac6e0b
commit
1e346c9e72
@ -18,7 +18,7 @@ export class NotificationBoxComponent implements OnInit, OnDestroy {
|
||||
interval = 10;
|
||||
|
||||
delayTime: number = 0;
|
||||
breakTime: number = 1000;
|
||||
breakTime: number = 20;
|
||||
isEndless: boolean = true;
|
||||
numberOfViews: number = 1;
|
||||
|
||||
|
@ -102,11 +102,11 @@
|
||||
<app-context-menu [project]="project" [server]="server"></app-context-menu>
|
||||
</div>
|
||||
|
||||
<div id="zoom-buttons">
|
||||
<!-- <div id="zoom-buttons">
|
||||
<button class="zoom-button" (click)="zoomIn()">+</button>
|
||||
<button class="zoom-button" (click)="resetZoom()"><mat-icon>adjust</mat-icon></button>
|
||||
<button class="zoom-button" (click)="zoomOut()">-</button>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
<app-progress></app-progress>
|
||||
<app-project-map-shortcuts *ngIf="project" [project]="project" [server]="server"></app-project-map-shortcuts>
|
||||
|
Loading…
x
Reference in New Issue
Block a user