From 82675fc4ed13834e3fc7112dcf15b65c056904c2 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 2 Oct 2015 14:43:26 +0100 Subject: bitbake: toaster: Remove project name from latest project builds The 'latest builds' list in the project builds page does not need to show the project name, since it lists only builds for the selected project. This patch removes the redundant project name. (Bitbake rev: 065652b9c649135f9e2fc5d9ba90e98f560dccdd) Signed-off-by: Belen Barros Pena Signed-off-by: Elliot Smith Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/mrb_section.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html b/bitbake/lib/toaster/toastergui/templates/mrb_section.html index 2fefe4b0f7..ad90e82ee3 100644 --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html @@ -18,13 +18,15 @@ {% endif %}
{% for build in mru %} -
+
{{build.project.name}} - + {% endif %}
{%if build.outcome == build.SUCCEEDED or build.outcome == build.FAILED %} -- cgit v1.2.3-54-g00ecf