High res Assistant images.
Ylian Saint-Hilaire committed
May 25, 2021 at 10:13 UTC
604a0d10a884e82296e52aca026ec76804b03937
7 files changed
+3
-3
apprelays.js
+1
-1
@@ -357,7 +357,7 @@ module.exports.CreateSshTerminalRelay = function (parent, db, ws, req, domain, u
357
obj.ws = ws;
358
obj.relayActive = false;
359
360
- parent.parent.debug('relay', 'SSH: Request for SSH relay (' + req.clientIp + ')');
360
+ parent.parent.debug('relay', 'SSH: Request for SSH terminal relay (' + req.clientIp + ')');
361
362
// Disconnect
363
obj.close = function (arg) {
public/images/assistant-100.png
Binary files /dev/null and b/public/images/assistant-100.png differ
public/images/assistant-200.png
Binary files a/public/images/assistant-200.png and b/public/images/assistant-200.png differ
public/images/assistant-400.png
Binary files /dev/null and b/public/images/assistant-400.png differ
public/images/assistant.png
Binary files a/public/images/assistant.png and /dev/null differ
views/agentinvite.handlebars
+1
-1
@@ -147,7 +147,7 @@
147
<div id="assistab" class="tabcontent" style="background-color:white;color:black">
148
<h3>Assistant</h3>
149
<div style="min-height:220px">
150
- <img src="images/assistant-200.png" style="float:right;margin-left:8px" width="148" height="200" />
150
+ <img src="images/assistant-200.png" srcset="images/assistant-400.png 2x" style="float:right;margin-left:8px" width="148" height="200" />
151
<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>
152
<p>
153
<a id="assisturl" rel="noreferrer noopener" target=_blank>Download Assistant for Windows</a>
views/default.handlebars
+1
-1
@@ -4754,7 +4754,7 @@
4754
// MeshCentral Assistant
4755
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 />';
4756
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):'') + '")>';
4757
- x += '</td><td><img src=images/assistant.png></td></tr></table></div>';
4757
+ x += '</td><td><img src=images/assistant-100.png width=74 height=100 srcset="images/assistant-200.png 2x"></td></tr></table></div>';
4758
4759
// Windows agent uninstall
4760
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 />';