diff options
author | Awais Belal <awais_belal@mentor.com> | 2018-08-26 15:33:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-28 10:32:08 +0100 |
commit | bc344a4285c2af8f66794bda899b4ee8434b4b58 (patch) | |
tree | 8cfd538e6fc28a95bdc7814938ddfd0fb6c3d635 /bitbake/lib/toaster | |
parent | 215c18771248ab71149b85d4aabd3e12b6409556 (diff) | |
download | poky-bc344a4285c2af8f66794bda899b4ee8434b4b58.tar.gz |
bitbake: toastergui/newproject.html: fix release divs
The release drop down divs are not being closed
appropriately, which showed adverse reactions on
the UI that aligned the "Create project" button
with the left edge of the screen without any
margins. This fixes these divs which in turn
aligns the button appropriately.
[YOCTO #12891]
(Bitbake rev: a6e20bddddd083fbecb5ed8d5f4824da640fdd44)
Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/newproject.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newproject.html b/bitbake/lib/toaster/toastergui/templates/newproject.html index acb614e9d3..bd03bb55d7 100644 --- a/bitbake/lib/toaster/toastergui/templates/newproject.html +++ b/bitbake/lib/toaster/toastergui/templates/newproject.html | |||
@@ -54,12 +54,12 @@ | |||
54 | <span class="help-block">{{release.helptext|safe}}</span> | 54 | <span class="help-block">{{release.helptext|safe}}</span> |
55 | </div> | 55 | </div> |
56 | {% endfor %} | 56 | {% endfor %} |
57 | </div> | ||
58 | </div> | ||
57 | {% else %} | 59 | {% else %} |
58 | <input type="hidden" name="projectversion" value="{{releases.0.id}}"/> | 60 | <input type="hidden" name="projectversion" value="{{releases.0.id}}"/> |
59 | {% endif %} | 61 | {% endif %} |
60 | </div> | 62 | </div> |
61 | </div> | ||
62 | </fieldset> | ||
63 | {% endif %} | 63 | {% endif %} |
64 | <div class="top-air"> | 64 | <div class="top-air"> |
65 | <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/> | 65 | <input type="submit" id="create-project-button" class="btn btn-primary btn-lg" value="Create project"/> |