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:
5977
assets/term.js
5977
assets/term.js
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
|
@@ -46,7 +46,7 @@ angular.module('myApp.remoteimage')
|
||||
|
||||
var term = new Terminal({
|
||||
cols: 120,
|
||||
rows: 32,
|
||||
rows: 25,
|
||||
useStyle: true,
|
||||
screenKeys: true,
|
||||
cursorBlink: false
|
||||
|
Reference in New Issue
Block a user