aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kimchi/alpine-specific-kimchi.api.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/kimchi/alpine-specific-kimchi.api.patch')
-rw-r--r--testing/kimchi/alpine-specific-kimchi.api.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/kimchi/alpine-specific-kimchi.api.patch b/testing/kimchi/alpine-specific-kimchi.api.patch
index e092f46c70..1260c18194 100644
--- a/testing/kimchi/alpine-specific-kimchi.api.patch
+++ b/testing/kimchi/alpine-specific-kimchi.api.patch
@@ -9,9 +9,12 @@
url += "?token=" + wok.urlSafeB64Encode(vm+'-console').replace(/=*$/g, "");
url += '&encrypt=1';
window.open(url);
-@@ -348,7 +348,7 @@
+@@ -346,9 +346,9 @@
+ }).done(function() {
+ url = 'https://' + location.hostname + ':' + proxy_port;
url += server_root;
- url += "/plugins/kimchi/novnc/vnc_auto.html";
+- url += "/plugins/kimchi/novnc/vnc_auto.html";
++ url += "/plugins/kimchi/novnc/vnc_lite.html";
url += "?port=" + proxy_port;
- url += "&path=" + server_root + "/websockify";
+ url += "&path=" + server_root + "websockify";