diff options
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 %} |