xterm.js: use xterm.css from lib/ folder
See-also: https://github.com/xtermjs/xterm.js/issues/2150
This commit is contained in:
parent
ec68ef174a
commit
e69fd1cdbf
@ -7,7 +7,7 @@ SPDX-License-Identifier: BSD-3-Clause
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="stylesheet" href="{{ static_path|safe }}/xterm/dist/xterm.css" />
|
||||
<link rel="stylesheet" href="{{ static_path|safe }}/xterm/lib/xterm.css" />
|
||||
<script src="{{ static_path|safe }}/xterm/dist/xterm.js"></script>
|
||||
<script src="{{ static_path|safe }}/xterm/dist/addons/attach/attach.js"></script>
|
||||
<script src="{{ static_path|safe }}/xterm/dist/addons/terminado/terminado.js"></script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user