Skip to content

Commit 2bc0e64

Browse files
committed
Tweaking novnc to work
1 parent 2962e1f commit 2bc0e64

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+249
-2088
lines changed

server/src/main/java/com/cloud/servlet/ConsoleProxyServlet.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ private String composeConsoleAccessUrl(String rootUrl, VirtualMachine vm, HostVO
484484
if (param.getHypervHost() != null || !ConsoleProxyManager.NoVncConsoleDefault.value()) {
485485
sb.append("/ajax?token=" + encryptor.encryptObject(ConsoleProxyClientParam.class, param));
486486
} else {
487-
sb.append("/resource/noVNC/vnc_lite.html?port=" + ConsoleProxyManager.DEFAULT_NOVNC_PORT + "&token="
487+
sb.append("/resource/noVNC/vnc.html?port=" + ConsoleProxyManager.DEFAULT_NOVNC_PORT + "&token="
488488
+ encryptor.encryptObject(ConsoleProxyClientParam.class, param));
489489
}
490490

335 Bytes
Loading

systemvm/agent/noVNC/app/images/alt.svg

Lines changed: 0 additions & 92 deletions
This file was deleted.
220 Bytes
Loading

systemvm/agent/noVNC/app/images/clipboard.svg

Lines changed: 0 additions & 106 deletions
This file was deleted.
424 Bytes
Loading

systemvm/agent/noVNC/app/images/connect.svg

Lines changed: 0 additions & 96 deletions
This file was deleted.
399 Bytes
Loading

0 commit comments

Comments
 (0)