Skip to content

Commit a06b0c9

Browse files
davidjumanirohityadavcloud
authored andcommitted
systemvm: update novnc v1.2.0 (apache#4323)
Update noVNC v1.2.0, add support for clipboard, explicit button toolbar and resize screensize (cherry picked from commit c06e7de) Signed-off-by: Rohit Yadav <[email protected]>
1 parent de01045 commit a06b0c9

File tree

164 files changed

+3227
-16263
lines changed

Some content is hidden

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

164 files changed

+3227
-16263
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

systemvm/agent/noVNC/.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

systemvm/agent/noVNC/.eslintrc

Lines changed: 0 additions & 48 deletions
This file was deleted.

systemvm/agent/noVNC/.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 34 deletions
This file was deleted.

systemvm/agent/noVNC/.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

systemvm/agent/noVNC/.gitignore

Lines changed: 0 additions & 12 deletions
This file was deleted.

systemvm/agent/noVNC/.gitmodules

Whitespace-only changes.

systemvm/agent/noVNC/.travis.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

systemvm/agent/noVNC/AUTHORS

Lines changed: 0 additions & 13 deletions
This file was deleted.

systemvm/agent/noVNC/LICENSE.txt

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)