[Kimchi-devel] [PATCH][Kimchi] Fix issue #774 - Invert keys and values in storage volumes boxes

Aline Manera alinefm at linux.vnet.ibm.com
Mon Dec 14 12:28:52 UTC 2015


Hi all,

This is a change in the new UI specification, ie, it is not a bug fix.
So I will postpone it for after 2.0 release so we can proper discuss 
again and get a conclusion on what is better.

Regards,
Aline Manera

On 10/12/2015 13:34, Rodrigo Trujillo wrote:
> Move fields to the right position.
>
> Signed-off-by: Rodrigo Trujillo <rodrigo.trujillo at linux.vnet.ibm.com>
> ---
>   ui/pages/storage.html.tmpl | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/ui/pages/storage.html.tmpl b/ui/pages/storage.html.tmpl
> index 9f2a978..d11f10c 100644
> --- a/ui/pages/storage.html.tmpl
> +++ b/ui/pages/storage.html.tmpl
> @@ -161,20 +161,20 @@
>               </div>
>               <ul class="volume-data">
>                   <li>
> -                    <span class="value"  title="{format}">{format}</span>
>                       <span class="key">$_("Format")</span>
> +                    <span class="value"  title="{format}">{format}</span>
>                   </li>
>                   <li>
> -                    <span class="value"  title="{type}">{type}</span>
>                       <span class="key">$_("Type")</span>
> +                    <span class="value"  title="{type}">{type}</span>
>                   </li>
>                   <li>
> -                    <span class="value"  title="{allocation}">{allocation}</span>
>                       <span class="key">$_("Allocation")</span>
> +                    <span class="value"  title="{allocation}">{allocation}</span>
>                   </li>
>                   <li>
> -                    <span class="value"  title="{capacity}">{capacity}</span>
>                       <span class="key">$_("Capacity")</span>
> +                    <span class="value"  title="{capacity}">{capacity}</span>
>                   </li>
>               </ul>
>         </div>
> @@ -195,4 +195,4 @@
>   </script>
>   <div id="modalWindow" class="modal fade storage-modal" tabindex="-1" role="dialog" aria-labelledby="storageModalLabel" aria-hidden="true"> </div>
>   </body>
> -</html>
> \ No newline at end of file
> +</html>




More information about the Kimchi-devel mailing list