
Reviewed-by: ShaoHe Feng <shaohef@linux.vnet.ibm.com> On 01/23/2014 06:48 PM, zhoumeina wrote:
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,
-- Thanks and best regards! Sheldon Feng(冯少合)<shaohef@linux.vnet.ibm.com> IBM Linux Technology Center