[Kimchi-devel] [PATCH] Add Unit (MB) to Memory in Template Edit Window

Hongliang Wang hlwang at linux.vnet.ibm.com
Thu Jun 5 03:37:45 UTC 2014


Memory unit is lost and add it.

Signed-off-by: Hongliang Wang <hlwang at linux.vnet.ibm.com>
---
 ui/pages/template-edit.html.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ui/pages/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl
index 8a4f0e4..05a0820 100644
--- a/ui/pages/template-edit.html.tmpl
+++ b/ui/pages/template-edit.html.tmpl
@@ -65,7 +65,7 @@
                 </div>
                 <div>
                     <div class="template-edit-wrapper-label">
-                        <label for="template-edit-memory-textbox">$_("Memory")</label>
+                        <label for="template-edit-memory-textbox">$_("Memory (MB)")</label>
                     </div>
                     <div class="template-edit-wrapper-controls">
                         <input id="template-edit-memory-textbox" name="memory" type="text" />
-- 
1.8.1.4




More information about the Kimchi-devel mailing list