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/build.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/build.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/build.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/build.html b/bitbake/lib/toaster/toastergui/templates/build.html index faabd22f8b..bef1f15399 100644 --- a/bitbake/lib/toaster/toastergui/templates/build.html +++ b/bitbake/lib/toaster/toastergui/templates/build.html | |||
@@ -127,6 +127,13 @@ | |||
127 | <a href="{%url "builddashboard" build.id%}#images">{{fstypes|get_dict_value:build.id}}</a> | 127 | <a href="{%url "builddashboard" build.id%}#images">{{fstypes|get_dict_value:build.id}}</a> |
128 | {% endif %} | 128 | {% endif %} |
129 | </td> | 129 | </td> |
130 | {% if MANAGED %} | ||
131 | <td class="project"> | ||
132 | {% if build.project %} | ||
133 | <a href="{% url 'project' build.project.id %}">{{build.project.name}}</a> | ||
134 | {% endif %} | ||
135 | </td> | ||
136 | {% endif %} | ||
130 | </tr> | 137 | </tr> |
131 | 138 | ||
132 | {% endfor %} | 139 | {% endfor %} |