[Kimchi-devel] [PATCH] Configure nginx to proxy connections to the websocket server. This helps in networks with restrictive firewalls. - modify the nginx config file (kimchi.conf.in) and code to support changes - update README files - update firewalld config - move console.html into Kimchi plugin (websockify startup code is in Kimchi) - browsers tested - Firefox and Chrome (current versions) - tested on Centos 7

Aline Manera alinefm at linux.vnet.ibm.com
Thu Oct 8 21:22:28 UTC 2015


> --- a/src/wok/plugins/kimchi/ui/pages/storage.html.tmpl
> +++ b/src/wok/plugins/kimchi/ui/pages/storage.html.tmpl
> @@ -37,10 +37,7 @@
>   <div class="grid-control"><input type="text" class="filter" placeholder="$_("Filter")"></div>
>   <div id='storageGrid'>
>       <div>
> -        <span class="storage-name">
> -            <span>$_("Name")</span>
> -            <span class="usage">$_("%Used")</span>
> -        </span>
> +        <span class="storage-name">$_("Name")</span>
>           <span class="storage-state" >$_("State")</span>
>           <span class="storage-type">$_("Type")</span>
>           <span class="storage-capacity">$_("Capacity")</span>
>

I think those changes came from a conflict during rebase, right? May I 
dis consider them?




More information about the Kimchi-devel mailing list