mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-16 14:38:52 +00:00
Update web-console-full-window.component.ts
This commit is contained in:
parent
48dbd7f6aa
commit
b424abb600
@ -14,7 +14,7 @@ import { ServerService } from '../../services/server.service';
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
selector: 'app-web-console-full-window',
|
||||
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 {
|
||||
private serverId: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user