mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-25 23:51:04 +00:00
bugfix
This commit is contained in:
parent
e905a91fd1
commit
2c1d85f7b9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user