mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
noVNC: Show a dot cursor when the cursor is not visible (#11418)
This commit is contained in:
parent
99919fda7f
commit
1994511f0c
@ -516,7 +516,7 @@ public class ConsoleAccessManagerImpl extends ManagerBase implements ConsoleAcce
|
||||
sb.append("/ajax?token=" + token);
|
||||
} else {
|
||||
sb.append("/resource/noVNC/vnc.html")
|
||||
.append("?autoconnect=true")
|
||||
.append("?autoconnect=true&show_dot=true")
|
||||
.append("&port=" + vncPort)
|
||||
.append("&token=" + token);
|
||||
if (requiresVncOverWebSocketConnection(vm, hostVo) && details != null && details.getValue() != null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user