mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 06:18:09 +00:00
Update web-console-full-window.component.ts
This commit is contained in:
@ -14,7 +14,7 @@ import { ServerService } from '../../services/server.service';
|
|||||||
encapsulation: ViewEncapsulation.None,
|
encapsulation: ViewEncapsulation.None,
|
||||||
selector: 'app-web-console-full-window',
|
selector: 'app-web-console-full-window',
|
||||||
templateUrl: './web-console-full-window.component.html',
|
templateUrl: './web-console-full-window.component.html',
|
||||||
styleUrls: ['../../../../../node_modules/xterm/css/xterm.css']
|
styleUrls: ['../../../../node_modules/xterm/css/xterm.css']
|
||||||
})
|
})
|
||||||
export class WebConsoleFullWindowComponent implements OnInit, AfterViewInit {
|
export class WebConsoleFullWindowComponent implements OnInit, AfterViewInit {
|
||||||
private serverId: string;
|
private serverId: string;
|
||||||
|
Reference in New Issue
Block a user