Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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