Skip to content

Commit 1994511

Browse files
authored
noVNC: Show a dot cursor when the cursor is not visible (#11418)
1 parent 99919fd commit 1994511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/apache/cloudstack/consoleproxy/ConsoleAccessManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ private String generateConsoleAccessUrl(String rootUrl, ConsoleProxyClientParam
516516
sb.append("/ajax?token=" + token);
517517
} else {
518518
sb.append("/resource/noVNC/vnc.html")
519-
.append("?autoconnect=true")
519+
.append("?autoconnect=true&show_dot=true")
520520
.append("&port=" + vncPort)
521521
.append("&token=" + token);
522522
if (requiresVncOverWebSocketConnection(vm, hostVo) && details != null && details.getValue() != null) {

0 commit comments

Comments
 (0)