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:
parent
51edb8485d
commit
766ad25a02
3 changed files with 1174 additions and 1001 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue