mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-20 07:33:50 +00:00
bugfix
This commit is contained in:
@ -16,13 +16,13 @@ export class ProjectMapMenuComponent implements OnInit, OnDestroy {
|
|||||||
@Input() server: Server;
|
@Input() server: Server;
|
||||||
|
|
||||||
public selectedDrawing: string;
|
public selectedDrawing: string;
|
||||||
protected drawTools = {
|
public drawTools = {
|
||||||
isRectangleChosen: false,
|
isRectangleChosen: false,
|
||||||
isEllipseChosen: false,
|
isEllipseChosen: false,
|
||||||
isLineChosen: false,
|
isLineChosen: false,
|
||||||
isTextChosen: false
|
isTextChosen: false
|
||||||
};
|
};
|
||||||
protected isLocked: boolean = false;
|
public isLocked: boolean = false;
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
private toolsService: ToolsService,
|
private toolsService: ToolsService,
|
||||||
|
Reference in New Issue
Block a user