[Toaster] [PATCH] toastergui: Remove project name from latest project builds
Smith, Elliot
elliot.smith at intel.com
Fri Oct 2 06:42:23 PDT 2015
Looks good to me, submitting to bitbake-devel.
Elliot
On 30 September 2015 at 14:19, Belen Barros Pena <
belen.barros.pena at linux.intel.com> wrote:
> From: Belen Barros Pena <belen.barros.pena at intel.com>
>
> 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.
>
> Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
> ---
> bitbake/lib/toaster/toastergui/templates/mrb_section.html | 6 ++++--
> 1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
> b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
> index 2fefe4b..111c7eb 100644
> --- a/bitbake/lib/toaster/toastergui/templates/mrb_section.html
> +++ b/bitbake/lib/toaster/toastergui/templates/mrb_section.html
> @@ -18,13 +18,15 @@
> {% endif %}
> <div id="latest-builds">
> {% for build in mru %}
> - <div class="alert {%if build.outcome ==
> build.SUCCEEDED%}alert-success{%elif build.outcome ==
> build.FAILED%}alert-error{%else%}alert-info{%endif%} project-name ">
> + <div class="alert {%if build.outcome ==
> build.SUCCEEDED%}alert-success{%elif build.outcome ==
> build.FAILED%}alert-error{%else%}alert-info{%endif%}
> + {% if mrb_type != 'project' %}
> + project-name">
> <span class="label {%if build.outcome ==
> build.SUCCEEDED%}label-success{%elif build.outcome ==
> build.FAILED%}label-important{%else%}label-info{%endif%}">
> <a href={% url 'project' build.project.pk %}>
> {{build.project.name}}
> </a>
> </span>
> -
> + {% endif %}
> <div class="row-fluid">
> <div class="span3 lead">
> {%if build.outcome == build.SUCCEEDED or build.outcome ==
> build.FAILED %}
> --
> 2.3.8 (Apple Git-58)
>
> --
> _______________________________________________
> toaster mailing list
> toaster at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/toaster
>
--
Elliot Smith
Software Engineer
Intel Open Source Technology Centre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/toaster/attachments/20151002/fbcd6a98/attachment-0001.html>
More information about the toaster
mailing list