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, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
index 52cc0569f7..eb4c656901 100644
--- a/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/buildinfo-toastertable.html
@@ -11,10 +11,10 @@
11{% endblock %} 11{% endblock %}
12 12
13{% block buildinfomain %} 13{% block buildinfomain %}
14<div class="span10"> 14<div class="col-md-10">
15{# xhr_table_url is just the current url so leave it blank #} 15{# xhr_table_url is just the current url so leave it blank #}
16{% with xhr_table_url='' %} 16{% with xhr_table_url='' %}
17 <div class="page-header"> 17 <div class="page-header build-data">
18 <h1> 18 <h1>
19 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2> 19 {{title}} (<span class="table-count-{{table_name}}">0</span>) </h2>
20 </h1> 20 </h1>