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.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
index 4ce5c4a8a5..52cc0569f7 100644
--- a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
@@ -12,12 +12,14 @@
12 12
13{% block buildinfomain %} 13{% block buildinfomain %}
14<div class="span10"> 14<div class="span10">
15{% url 'builtpackagestable' build.id as xhr_table_url %} 15{# xhr_table_url is just the current url so leave it blank #}
16{% with xhr_table_url='' %}
16 <div class="page-header"> 17 <div class="page-header">
17 <h1> 18 <h1>
18 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2> 19 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2>
19 </h1> 20 </h1>
20 </div> 21 </div>
21 {% include "toastertable.html" %} 22 {% include "toastertable.html" %}
23{% endwith %}
22</div> 24</div>
23{% endblock %} 25{% endblock %}