0
0
mirror of https://github.com/dobin/lxd-webgui synced 2025-10-05 23:52:43 +02:00

use sourcelair xterm.js, the official successor to term.js

this could have an influence to #7
This commit is contained in:
Dobin Rutishauser
2016-09-01 19:32:51 +02:00
parent a3e9384c62
commit 14c4b74bbc
3 changed files with 3 additions and 5979 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -19,6 +19,7 @@
<link rel="stylesheet" href="bower_components/ng-table/dist/ng-table.min.css">
<link rel="stylesheet" href="bower_components/components-font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="bower_components/ui-select/dist/select.min.css">
<link rel="stylesheet" href="assets/xterm.css">
<link rel="stylesheet" href="app.css">
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
@@ -91,7 +92,7 @@
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower_components/underscore/underscore-min.js"></script>
<script src="assets/term.js"></script>
<script src="assets/xterm.js"></script>
<script src="app.js"></script>

View File

@@ -46,7 +46,7 @@ angular.module('myApp.remoteimage')
var term = new Terminal({
cols: 120,
rows: 32,
rows: 25,
useStyle: true,
screenKeys: true,
cursorBlink: false