[PATCH] Modify bug in spice UI

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

Reviewed-By: apporc <appleorchard2000@gmail.com> On Thu, Jan 23, 2014 at 7:24 PM, Ramon Medeiros <ramonn@linux.vnet.ibm.com>wrote:
Reviewed-By: Ramon Medeiros <ramonn@br.ibm.com>
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
-- Regards, apporc

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
participants (5)
-
Aline Manera
-
me,apporc
-
Ramon Medeiros
-
Sheldon
-
zhoumeina