mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-01-21 03:54:58 +00:00
Update mapsettings.service.ts
This commit is contained in:
parent
e85fb93923
commit
1199dedc23
@ -5,7 +5,7 @@ import { Subject } from 'rxjs';
|
||||
export class MapSettingsService {
|
||||
public isMapLocked = new Subject<boolean>();
|
||||
public isTopologySummaryVisible: boolean = true;
|
||||
public isLogConsoleVisible: boolean = true;
|
||||
public isLogConsoleVisible: boolean = false;
|
||||
public isLayerNumberVisible: boolean = false;
|
||||
public interfaceLabels: Map<string, boolean> = new Map<string, boolean>();
|
||||
public mapRenderedEmitter = new EventEmitter<boolean>();
|
||||
|
Loading…
Reference in New Issue
Block a user