mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-03 07:10:05 -05:00
Fixed Web-RDP context menu.
This commit is contained in:
parent
1d151b62d3
commit
86001aa78e
@ -5389,7 +5389,7 @@
|
|||||||
|
|
||||||
// MSTSC.js link
|
// MSTSC.js link
|
||||||
if (((connectivity & 1) != 0) && (node.agent) && ((meshrights & 8) != 0) && ((features & 0x40000000) == 0)) {
|
if (((connectivity & 1) != 0) && (node.agent) && ((meshrights & 8) != 0) && ((features & 0x40000000) == 0)) {
|
||||||
x += '<a href=# cmenu=rfbPortContextMenu id=mstscLink onclick=p10mstsc("' + node._id + '") title="' + "Launch web-based RDP session to this device" + '.">' + "Web-RDP" + '</a> ';
|
x += '<a href=# cmenu=altPortContextMenu id=mstscLink onclick=p10mstsc("' + node._id + '") title="' + "Launch web-based RDP session to this device" + '.">' + "Web-RDP" + '</a> ';
|
||||||
}
|
}
|
||||||
|
|
||||||
// MQTT options
|
// MQTT options
|
||||||
|
Loading…
x
Reference in New Issue
Block a user