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

Sheldon shaohef at linux.vnet.ibm.com
Thu Jan 23 14:58:07 UTC 2014


Reviewed-by: ShaoHe Feng <shaohef at 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 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,


-- 
Thanks and best regards!

Sheldon Feng(冯少合)<shaohef at linux.vnet.ibm.com>
IBM Linux Technology Center




More information about the Kimchi-devel mailing list