mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-01 08:48:04 +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…
x
Reference in New Issue
Block a user