1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated MeshAgents with TLS1.3 and many more fixes.

This commit is contained in:
Ylian Saint-Hilaire 2020-01-22 16:26:42 -08:00
parent 74505e6001
commit 8e9fa0d635
24 changed files with 149 additions and 89 deletions

View file

@ -5261,9 +5261,8 @@
// Request MQTT login credentials
function p10showMqttLoginDialog(nodeid) { meshserver.send({ action: 'getmqttlogin', nodeid: nodeid }); }
function p10deviceLinkToClipboard() {
copyTextToClip2(document.URL.split('?')[0].split('#')[0] + '?node=' + currentNode._id.split('/')[2] + '&viewmode=10');
}
// Place a device link URL in the clipboard
function p10deviceLinkToClipboard() { copyTextToClip2(document.URL.split('?')[0].split('#')[0] + '?node=' + currentNode._id.split('/')[2] + '&viewmode=10'); }
// Show MeshCmd dialog
function p10showMeshCmdDialog(mode, nodeid) {