xterm.js: use xterm.css from lib/ folder

See-also: https://github.com/xtermjs/xterm.js/issues/2150
This commit is contained in:
Fabian Freyer 2019-06-01 22:19:34 +02:00
parent ec68ef174a
commit e69fd1cdbf

View File

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