diff --git a/amt/amt-redir-mesh.js b/amt/amt-redir-mesh.js index 986915b3..c116d9b4 100644 --- a/amt/amt-redir-mesh.js +++ b/amt/amt-redir-mesh.js @@ -220,6 +220,7 @@ module.exports.CreateAmtRedirect = function (module, domain, user, webserver, me obj.forwardclient.on('data', function (data) { //if (obj.parent.debugLevel >= 1) { // DEBUG Debug(1, 'Intel AMT transport data from ' + node.host + ', ' + data.length + ' bytes.'); + Debug(4, ' ' + Buffer.from(data, 'binary').toString('hex')); //if (obj.parent.debugLevel >= 4) { Debug(4, ' ' + Buffer.from(data, 'binary').toString('hex')); } //} obj.xxOnSocketData(data); @@ -453,9 +454,10 @@ module.exports.CreateAmtRedirect = function (module, domain, user, webserver, me } obj.xxSend = function (x) { - if (obj.redirTrace) { console.log("REDIR-SEND2(" + x.length + "): " + new Buffer(x, "binary").toString('hex')); } + if (obj.redirTrace) { console.log("REDIR-SEND(" + x.length + "): " + new Buffer(x, "binary").toString('hex'), typeof x); } //obj.Debug("Send(" + x.length + "): " + webserver.common.rstr2hex(x)); - obj.forwardclient.write(x); + obj.forwardclient.write(x); // FIXES CIRA + //obj.forwardclient.write(new Buffer(x, "binary")); } obj.Send = function (x) { diff --git a/public/styles/style.css b/public/styles/style.css index d2db8197..77024479 100644 --- a/public/styles/style.css +++ b/public/styles/style.css @@ -541,7 +541,6 @@ body { } #d7otherset { - display: block; border: 1px solid #666; width: 200px; height: 60px; @@ -552,8 +551,8 @@ body { #idx_dlgButtonBar { padding: 10px; margin-bottom: 5px; + margin-right: 10px; overflow: auto; - float: right; } #idx_dlgCancelButton { @@ -565,10 +564,13 @@ body { #idx_dlgOkButton { float: right; width: 80px; + margin-left: 5px; } #idx_dlgDeleteButton { + float: left; width: 80px; + margin-left: 5px; } #ua_fileaccessquota { diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 39c65e9f..8c94c54c 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ -
{{{logoutControl}}}
My Devices | My Account | My Events | My Files | My Users | My Server |
{{{logoutControl}}}
My Devices | My Account | My Events | My Files | My Users | My Server |