[Kimchi-devel] [PATCH] Modify bug in spice UI

zhoumeina zhoumein at linux.vnet.ibm.com
Thu Jan 23 10:48:55 UTC 2014


Last spice patch push hard code in spice UI, this patch is working
for fix this issue.
Signed-off-by: zhoumeina <zhoumein at 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




More information about the Kimchi-devel mailing list