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

From: Yu Xin Huo <huoyuxin@linux.vnet.ibm.com> Signed-off-by: Yu Xin Huo <huoyuxin@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

I needed to revert the commit as with this patch the networks value were not persisting after the first operation. On 12/10/2014 11:31 AM, Aline Manera wrote:
Applied. Thanks.
Regards,
Aline Manera
_______________________________________________ Kimchi-devel mailing list Kimchi-devel@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-devel
participants (2)
-
Aline Manera
-
huoyuxin@linux.vnet.ibm.com