diff options
| author | Alexandru DAMIAN <alexandru.damian@intel.com> | 2015-06-09 16:03:36 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-26 09:27:31 +0100 |
| commit | c362e61ee2cc97b393f7002c4592787d6573080c (patch) | |
| tree | 4b2108210cba66b65df4ebdd4a558b3e0b0c6368 /bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html | |
| parent | b98a2fcab600d74a01b76fe3f9e5249642f2c32b (diff) | |
| download | poky-c362e61ee2cc97b393f7002c4592787d6573080c.tar.gz | |
bitbake: toaster: remove MANAGED references
We conflate the managed and analysis modes by
deleting alternative code paths, favouring the MANAGED mode,
always considering the MANAGED variable True.
(Bitbake rev: 0ac02d3775106b485e29496b62f31e91fd3f9387)
Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html b/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html index d517179592..7b19f4befe 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top_buildprojects.html | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | {% extends "basetable_top.html" %} | 1 | {% extends "basetable_top.html" %} |
| 2 | 2 | ||
| 3 | {%block custombuttons %} | 3 | {%block custombuttons %} |
| 4 | {% if MANAGED %} | ||
| 5 | <div class="btn-group builds-projects"> | 4 | <div class="btn-group builds-projects"> |
| 6 | <button class="btn dropdown-toggle" data-toggle="dropdown"> | 5 | <button class="btn dropdown-toggle" data-toggle="dropdown"> |
| 7 | <span class="selection">Show all builds</span> | 6 | <span class="selection">Show all builds</span> |
| @@ -12,5 +11,4 @@ | |||
| 12 | <li><a href="{% url 'all-projects'%}">Show all projects</a></li> | 11 | <li><a href="{% url 'all-projects'%}">Show all projects</a></li> |
| 13 | </ul> | 12 | </ul> |
| 14 | </div> | 13 | </div> |
| 15 | {% endif %} | ||
| 16 | {%endblock%} | 14 | {%endblock%} |
