From c362e61ee2cc97b393f7002c4592787d6573080c Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Tue, 9 Jun 2015 16:03:36 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/base.html | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/base.html') diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 3f3253d6b2..7430338b1c 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -48,7 +48,6 @@ }; -{%if MANAGED %} -{% endif %} - {% block extraheadcontent %} {% endblock %} @@ -80,14 +75,13 @@ Toaster {% if DEBUG %} - + {% endif %} Toaster manual - {%if MANAGED %} @@ -132,7 +126,6 @@ - {%endif%} -- cgit v1.2.3-54-g00ecf