Update web-console-full-window.component.ts

This commit is contained in:
piotrpekala7 2020-04-01 18:35:05 +02:00
parent 48dbd7f6aa
commit b424abb600

View File

@ -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;