
23 Jan
2014
23 Jan
'14
12:48 p.m.
Last spice patch push hard code in spice UI, this patch is working for fix this issue. Signed-off-by: zhoumeina <zhoumein@linux.vnet.ibm.com> --- ui/pages/spice.html.tmpl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ui/pages/spice.html.tmpl b/ui/pages/spice.html.tmpl index 7fd0db5..3e43306 100644 --- a/ui/pages/spice.html.tmpl +++ b/ui/pages/spice.html.tmpl @@ -74,7 +74,7 @@ sc.stop(); } - uri = scheme + host + ":" + port + "/?token=rrr"; + uri = scheme + host + ":" + port + "/?token=" + token; try { sc = new SpiceMainConn({ uri : uri, -- 1.7.1