[PATCH] [Kimchi] Fixed Clone Guest modal window

From: Samuel Guimarães <sguimaraes943@gmail.com> Fixed a minor issue with a <div> tag not closed in Clone Guest modal window. Samuel Guimarães (1): Fixed Clone Guest modal window ui/pages/guest-clone.html.tmpl | 1 + 1 file changed, 1 insertion(+) -- 1.9.3

From: Samuel Guimarães <sguimaraes943@gmail.com> Fixed a minor issue with a <div> tag not closed in Clone Guest modal window. Signed-off-by: Samuel Guimarães <sguimaraes943@gmail.com> --- ui/pages/guest-clone.html.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/pages/guest-clone.html.tmpl b/ui/pages/guest-clone.html.tmpl index 25907fa..5932c1e 100644 --- a/ui/pages/guest-clone.html.tmpl +++ b/ui/pages/guest-clone.html.tmpl @@ -35,6 +35,7 @@ <label for="numberClone">$_("Number of times to clone")</label> <input type="number" class="form-control" id="numberClone" min="1" /> </div> + </div> <div class="modal-footer"> <button type="submit" id="cloneFormOk" class="btn btn-default">$_("Continue")</button> <button type="button" id="cloneFormCancel" data-dismiss="modal" class="btn btn-default">$_("Cancel")</button> -- 1.9.3

Reviewed-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> Tested-by: Socorro Stoppler <socorro@linux.vnet.ibm.com> On 05/25/2016 10:52 AM, sguimaraes943@gmail.com wrote:
From: Samuel Guimarães <sguimaraes943@gmail.com>
Fixed a minor issue with a <div> tag not closed in Clone Guest modal window.
Samuel Guimarães (1): Fixed Clone Guest modal window
ui/pages/guest-clone.html.tmpl | 1 + 1 file changed, 1 insertion(+)

Applied. Thanks. Regards, Aline Manera
participants (3)
-
Aline Manera
-
sguimaraes943@gmail.com
-
Socorro Stoppler