[Kimchi-devel] [PATCH] Bug 482 Fix: Interfaces stacked in template edit

huoyuxin at linux.vnet.ibm.com huoyuxin at linux.vnet.ibm.com
Wed Dec 10 08:00:38 UTC 2014


From: Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>

Signed-off-by: Yu Xin Huo <huoyuxin at linux.vnet.ibm.com>
---
 ui/pages/template-edit.html.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ui/pages/template-edit.html.tmpl b/ui/pages/template-edit.html.tmpl
index 7177bf0..499d45d 100644
--- a/ui/pages/template-edit.html.tmpl
+++ b/ui/pages/template-edit.html.tmpl
@@ -151,7 +151,7 @@
     </div>
 </script>
 <script id="template-interface-tmpl" type="text/html">
-    <div class="item" id={networkID}>
+    <div id={networkID}>
         <span class="template-interface-cell">
             <select></select>
         </span>
-- 
1.7.1




More information about the Kimchi-devel mailing list