summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-02 14:41:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:07:47 +0000
commit16a9667b5ce2f9271c170e16244c4c9d62e03477 (patch)
treead186acf5eddbe149fe7fe2e0f00143023d6d48c /bitbake
parentcc5f804483a9a1a60be24475baee0eed5d44bef5 (diff)
downloadast2050-yocto-poky-16a9667b5ce2f9271c170e16244c4c9d62e03477.zip
ast2050-yocto-poky-16a9667b5ce2f9271c170e16244c4c9d62e03477.tar.gz
bitbake: toastergui: remove time link for failed build requests
Failed build requests do not have a build time page where you can look at the time spent on each task. Therefore, their build time information cannot be a link to such a page. (Bitbake rev: b7b1e64f650c9ea676714209b9d6e7efeca992be) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
index d2ffdcd..c7ae6fd 100644
--- a/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
+++ b/bitbake/lib/toaster/toastergui/templates/managed_mrb_section.html
@@ -100,7 +100,7 @@
</div>
<div class="lead ">
<span class="lead{%if not MANAGED or not buildrequest.project%} pull-right{%endif%}">
- Build time: <a href="{% url 'buildrequestdetails' buildrequest.project.id buildrequest.pk %}">{{ buildrequest.get_duration|sectohms }}</a>
+ Build time: {{ buildrequest.get_duration|sectohms }}
</span>
<button class="btn btn-danger pull-right" onclick='scheduleBuild({% url 'xhr_projectbuild' buildrequest.project.id as bpi%}{{bpi|json}}, {{buildrequest.project.name|json}}, {{buildrequest.get_sorted_target_list|mapselect:'target'|json}})'>Run again</button>
OpenPOWER on IntegriCloud