High res Assistant images.

This commit is contained in:
Ylian Saint-Hilaire 2021-05-25 10:13:18 -07:00
parent cb84370061
commit 604a0d10a8
7 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@ module.exports.CreateSshTerminalRelay = function (parent, db, ws, req, domain, u
obj.ws = ws;
obj.relayActive = false;
parent.parent.debug('relay', 'SSH: Request for SSH relay (' + req.clientIp + ')');
parent.parent.debug('relay', 'SSH: Request for SSH terminal relay (' + req.clientIp + ')');
// Disconnect
obj.close = function (arg) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -147,7 +147,7 @@
<div id="assistab" class="tabcontent" style="background-color:white;color:black">
<h3>Assistant</h3>
<div style="min-height:220px">
<img src="images/assistant-200.png" style="float:right;margin-left:8px" width="148" height="200" />
<img src="images/assistant-200.png" srcset="images/assistant-400.png 2x" style="float:right;margin-left:8px" width="148" height="200" />
<p>Assistant is a Windows system tray tool that can be used when help is needed. This is not an agent that runs in the background of the managed computer, instead, it's a tool that connects to the server only when requested.</p>
<p>
<a id="assisturl" rel="noreferrer noopener" target=_blank>Download Assistant for Windows</a>

View File

@ -4754,7 +4754,7 @@
// MeshCentral Assistant
x += '<div id=agins_assistant style=display:none><table><tr><td style=vertical-align:top><div>' + format("MeshCentral Assistant is a Windows system tray tool that users can use to ask for help. Use the link below to download a version that will connect to device group \"{0}\" when requested by the user.", EscapeHtml(mesh.name)) + '</div><div></div><br />';
x += '<a onclick=downloadFile("meshagents?id=10006&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '") title="' + "MeshCentral Assistant for Windows" + '">' + "Assistant for Windows (.exe)" + '</a> <img src=images/link4.png height=10 width=10 title="' + "Copy URL to clipboard" + '" style=cursor:pointer onclick=copyAgentUrl("meshagents?id=10006&meshid=' + meshid.split('/')[2] + (urlargs.key?('&key=' + urlargs.key):'') + '")>';
x += '</td><td><img src=images/assistant.png></td></tr></table></div>';
x += '</td><td><img src=images/assistant-100.png width=74 height=100 srcset="images/assistant-200.png 2x"></td></tr></table></div>';
// Windows agent uninstall
x += '<div id=agins_windows_un style=display:none>' + "To remove a mesh agent, download the file below, run it and click \"uninstall\"." + '<br /><br />';