mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
bitbake: toastergui: add action to empty "most built" recipes
It is not very good to just tell people: "this is empty because you haven't done anything". We should politely invite them to do something about it. Thus adding a "Choose a recipe to build" link to the all compatible recipes page whenever the 'most built recipes' section is empty. (Bitbake rev: 8d2ed32cd09cf6cb96521fd42789faae99656fad) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1a0fa6cbfb
commit
c8bc7ee6ed
@@ -68,6 +68,7 @@
|
||||
|
||||
<div class="alert alert-info" style="display:none" id="no-most-built">
|
||||
<span class="lead">You haven't built any recipes yet</span>
|
||||
<p style="margin-top: 10px;"><a href="{% url 'projecttargets' project.id %}">Choose a recipe to build</a></p>
|
||||
</div>
|
||||
|
||||
<ul class="unstyled configuration-list" id="freq-build-list">
|
||||
|
||||
Reference in New Issue
Block a user