mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Server UI and scaling fixes.
This commit is contained in:
parent
a2a1f73a25
commit
e670055cf1
5 changed files with 26 additions and 9 deletions
|
@ -5256,6 +5256,7 @@
|
|||
//
|
||||
|
||||
function agentConsoleHandleKeys(e) {
|
||||
if ((e.ctrlKey) || (e.altKey)) { return true; }
|
||||
var processed = 0, box = Q('p15consoleText');
|
||||
if (e.key) {
|
||||
if (e.keyCode == 13 && consoleFocus == 0) { p15consoleSend(e); processed = 1; }
|
||||
|
@ -5299,6 +5300,7 @@
|
|||
consoleNode = 'server';
|
||||
|
||||
QH('p15deviceName', 'My Server Console');
|
||||
QE('p15consoleText', true);
|
||||
QH('p15statetext', '');
|
||||
QH('p15coreName', '');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue