mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 14:28:13 +00:00
Update to Angular 10
This commit is contained in:
@ -23,7 +23,7 @@ export class WebConsoleComponent implements OnInit, AfterViewInit {
|
||||
public fitAddon: FitAddon = new FitAddon();
|
||||
private copiedText: string = '';
|
||||
|
||||
@ViewChild('terminal', {static: false}) terminal: ElementRef;
|
||||
@ViewChild('terminal') terminal: ElementRef;
|
||||
|
||||
constructor(
|
||||
private consoleService: NodeConsoleService
|
||||
|
Reference in New Issue
Block a user