diff options
author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2014-09-09 11:47:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:39:49 +0000 |
commit | 960580cb70ab1c775b49f8a40d41632c080b3cbb (patch) | |
tree | 173570e0a9a80b14926c9dbbac995a39c49fbdcb /bitbake/lib/toaster/toastergui/templates/base.html | |
parent | 1a463ab98ec1220b22a721a1f88ff5af61c33dc3 (diff) | |
download | poky-960580cb70ab1c775b49f8a40d41632c080b3cbb.tar.gz |
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>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/base.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/base.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 9ef249aab3..d414bfbbde 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html | |||
@@ -61,18 +61,6 @@ function reload_params(params) { | |||
61 | {%if MANAGED %} | 61 | {%if MANAGED %} |
62 | <div class="btn-group pull-right"> | 62 | <div class="btn-group pull-right"> |
63 | <a class="btn" href="{% url 'newproject' %}">New project</a> | 63 | <a class="btn" href="{% url 'newproject' %}">New project</a> |
64 | <button class="btn dropdown-toggle" data-toggle="dropdown"> | ||
65 | <i class="icon-caret-down"></i> | ||
66 | </button> | ||
67 | <ul class="dropdown-menu"> | ||
68 | {% for prj in projects %} | ||
69 | <li><a href="{% url 'project' prj.id %}">{{prj.name}}</a></li> | ||
70 | {% endfor %} | ||
71 | <li><hr/></li> | ||
72 | <li><a href="#">Clone project</a></li> | ||
73 | <li><a href="#">Export project</a></li> | ||
74 | <li><a href="#">Import project</a></li> | ||
75 | </ul> | ||
76 | </div> | 64 | </div> |
77 | {%endif%} | 65 | {%endif%} |
78 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual"> | 66 | <a class="pull-right manual" target="_blank" href="http://www.yoctoproject.org/documentation/toaster-manual"> |