summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
new file mode 100644
index 0000000000..4ce5c4a8a5
--- /dev/null
+++ b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
@@ -0,0 +1,23 @@
1{% extends "basebuildpage.html" %}
2
3{% load projecttags %}
4
5{% block title %} {{title}} - {{build.target_set.all|dictsort:"target"|join:", "}} {{build.machine}} - {{build.project.name}} - Toaster {% endblock %}
6{% block localbreadcrumb %}
7<li>{{title}}</li>
8{% endblock %}
9
10{% block nav-packages %}
11{% endblock %}
12
13{% block buildinfomain %}
14<div class="span10">
15{% url 'builtpackagestable' build.id as xhr_table_url %}
16 <div class="page-header">
17 <h1>
18 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2>
19 </h1>
20 </div>
21 {% include "toastertable.html" %}
22</div>
23{% endblock %}