[Kimchi-devel] [PATCH][Kimchi] Fix issue #774 - Invert keys and values in storage volumes boxes
Ramon Medeiros
ramonn at linux.vnet.ibm.com
Thu Dec 10 15:36:26 UTC 2015
Reviewed-By: Ramon Medeiros <ramonn at br.ibm.com>
On 12/10/2015 01:34 PM, 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>
--
Ramon Nunes Medeiros
Kimchi Developer
Linux Technology Center Brazil
IBM Systems & Technology Group
Phone : +55 19 2132 7878
ramonn at br.ibm.com
More information about the Kimchi-devel
mailing list