1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

XTerm.js is now the default device terminal.

This commit is contained in:
Ylian Saint-Hilaire 2020-02-07 15:14:36 -08:00
parent 51edb8485d
commit 766ad25a02
3 changed files with 1174 additions and 1001 deletions

View file

@ -627,14 +627,15 @@ body {
resize: none;
}
#idx_deskFullBtn2 {
#idx_deskFullBtn2, #idx_termFullBtn2 {
float: left;
font-size: 16px;
cursor: pointer;
display: none;
margin-right: 5px;
}
.fulldesk #idx_deskFullBtn2 {
.fulldesk #idx_deskFullBtn2, .fulldesk #idx_termFullBtn2 {
display: block;
}
@ -2284,6 +2285,14 @@ a {
margin-top: 0px;
}
.fulldesk #termTable {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
#termarea3x {
background: black;
text-align: center;