Commit d3c2403c authored by Dietmar Maurer's avatar Dietmar Maurer

spice: always use the API server as spice proxy server

parent c4d6e4bb
......@@ -129,7 +129,8 @@ Ext.define('PVE.qemu.Config', {
width : 0,
height : 0,
css : 'display:none;visibility:hidden;height:0px;',
src : '/api2/spiceconfig/nodes/' + nodename + '/qemu/' + vmid + '/spiceproxy'
src : '/api2/spiceconfig/nodes/' + nodename + '/qemu/' + vmid + '/spiceproxy?proxy=' +
encodeURIComponent(window.location.hostname)
});
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment