From 7c3bdebffe94fb04f5a9119bb70cf90a20971cb7 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Sun, 22 Mar 2015 17:18:31 +0000 Subject: bitbake: toasterui: hide release when only one exists If only one release has been set up in Toaster, any project you create defaults to that release, and we simply don't show the release selection menu when creating projects. However, we were still showing the release information in the project page, which would leave users wondering what that release thing is since they never were exposed to it. This patch hides the release information in the project page when only one release has been set up in Toaster. (Bitbake rev: 0bd81be04c88104d7d460f913d0500e5fa9755fe) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/project.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index d208bf8cfb..ae9ee9b44d 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -397,12 +397,11 @@ vim: expandtab tabstop=2 - -

+

Release

-

+

{[project.release.desc]}

-- cgit v1.2.3-54-g00ecf