summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builddashboard.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builddashboard.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builddashboard.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
index 8a6709cfe1..2aa7b6bcfb 100644
--- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html
+++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html
@@ -58,7 +58,11 @@
58 <div class="span10"> 58 <div class="span10">
59 {% for error in logmessages %}{% if error.level == 2 %} 59 {% for error in logmessages %}{% if error.level == 2 %}
60 <div class="alert alert-error"> 60 <div class="alert alert-error">
61 {% if MANAGED and error.pathname %}
62 <pre><a href="{% url 'build_artifact' build.pk 'logmessagefile' error.pk %}" target="_blanc">{{error.message}}</pre>
63 {% else %}
61 <pre>{{error.message}}</pre> 64 <pre>{{error.message}}</pre>
65 {% endif %}
62 </div> 66 </div>
63 {% endif %}{% endfor %} 67 {% endif %}{% endfor %}
64 </div> 68 </div>