Skip to content

Commit

Permalink
systemvm: update novnc v1.2.0 (apache#4323)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
davidjumani authored and rohityadavcloud committed Jan 12, 2021
1 parent de01045 commit a06b0c9
Show file tree
Hide file tree
Showing 164 changed files with 3,227 additions and 16,263 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ private String composeConsoleAccessUrl(String rootUrl, VirtualMachine vm, HostVO
if (param.getHypervHost() != null || !ConsoleProxyManager.NoVncConsoleDefault.value()) {
sb.append("/ajax?token=" + encryptor.encryptObject(ConsoleProxyClientParam.class, param));
} else {
sb.append("/resource/noVNC/vnc_lite.html?port=" + ConsoleProxyManager.DEFAULT_NOVNC_PORT + "&token="
sb.append("/resource/noVNC/vnc.html?port=" + ConsoleProxyManager.DEFAULT_NOVNC_PORT + "&token="
+ encryptor.encryptObject(ConsoleProxyClientParam.class, param));
}

Expand Down
1 change: 0 additions & 1 deletion systemvm/agent/noVNC/.eslintignore

This file was deleted.

48 changes: 0 additions & 48 deletions systemvm/agent/noVNC/.eslintrc

This file was deleted.

34 changes: 0 additions & 34 deletions systemvm/agent/noVNC/.github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

17 changes: 0 additions & 17 deletions systemvm/agent/noVNC/.github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

12 changes: 0 additions & 12 deletions systemvm/agent/noVNC/.gitignore

This file was deleted.

Empty file removed systemvm/agent/noVNC/.gitmodules
Empty file.
58 changes: 0 additions & 58 deletions systemvm/agent/noVNC/.travis.yml

This file was deleted.

13 changes: 0 additions & 13 deletions systemvm/agent/noVNC/AUTHORS

This file was deleted.

68 changes: 0 additions & 68 deletions systemvm/agent/noVNC/LICENSE.txt

This file was deleted.

Loading

0 comments on commit a06b0c9

Please sign in to comment.