mirror of
https://git.yoctoproject.org/poky
synced 2026-06-04 02:00:04 +00:00
bitbake: toaster: fix Project page in order to trigger builds
This patch rewrites the Project page and the additional infrastructure in order to fix a bug that makes triggering builds through UI impossible, and to introduce data feeds for suggestions for the user. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a463ab98e
commit
960580cb70
@@ -61,18 +61,6 @@ function reload_params(params) {
|
||||
{%if MANAGED %}
|
||||
<div class="btn-group pull-right">
|
||||
<a class="btn" href="{% url 'newproject' %}">New project</a>
|
||||
<button class="btn dropdown-toggle" data-toggle="dropdown">
|
||||
<i class="icon-caret-down"></i>
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
{% for prj in projects %}
|
||||
<li><a href="{% url 'project' prj.id %}">{{prj.name}}</a></li>
|
||||
{% endfor %}
|
||||
<li><hr/></li>
|
||||
<li><a href="#">Clone project</a></li>
|
||||
<li><a href="#">Export project</a></li>
|
||||
<li><a href="#">Import project</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{%endif%}
|
||||
<a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual">
|
||||
|
||||
Reference in New Issue
Block a user