[Kimchi-devel] [PATCH][Kimchi] Fix issue #774 - Invert keys and values in storage volumes boxes
Rodrigo Trujillo
rodrigo.trujillo at linux.vnet.ibm.com
Thu Dec 10 15:34:07 UTC 2015
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>
--
2.1.0
More information about the Kimchi-devel
mailing list