Server UI and scaling fixes.

This commit is contained in:
Ylian Saint-Hilaire
2019-02-25 17:30:19 -08:00
parent c7adcebded
commit f5019e73d2
5 changed files with 26 additions and 9 deletions

View File

@@ -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', '');