Fixed Web-RDP context menu.

Ylian Saint-Hilaire committed Jun 13, 2020 at 05:54 UTC 86001aa78e34fa3f96799b7fc60a906ec78c1d8f
1 file changed +1 -1
views/default.handlebars
+1 -1
@@ -5389,7 +5389,7 @@
5389
5390 // MSTSC.js link
5391 if (((connectivity & 1) != 0) && (node.agent) && ((meshrights & 8) != 0) && ((features & 0x40000000) == 0)) {
5392 - x += '<a href=# cmenu=rfbPortContextMenu id=mstscLink onclick=p10mstsc("' + node._id + '") title="' + "Launch web-based RDP session to this device" + '.">' + "Web-RDP" + '</a>&nbsp;';
5392 + x += '<a href=# cmenu=altPortContextMenu id=mstscLink onclick=p10mstsc("' + node._id + '") title="' + "Launch web-based RDP session to this device" + '.">' + "Web-RDP" + '</a>&nbsp;';
5393 }
5394
5395 // MQTT options