mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Server UI and scaling fixes.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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', '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user