summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/builds-toastertable.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/builds-toastertable.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
index bf13a66bd1..0afe0a3115 100644
--- a/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
+++ b/bitbake/lib/toaster/toastergui/templates/builds-toastertable.html
@@ -13,16 +13,20 @@
13 13
14{% block pagecontent %} 14{% block pagecontent %}
15 15
16 <div class="row-fluid"> 16<div class="row">
17 <div class="col-md-12">
17 {% with mru=mru mrb_type=mrb_type %} 18 {% with mru=mru mrb_type=mrb_type %}
18 {% include 'mrb_section.html' %} 19 {% include 'mrb_section.html' %}
19 {% endwith %} 20 {% endwith %}
20 21
21 <h1 class="page-header top-air" data-role="page-title"></h1> 22 <div class="page-header">
23 <h1 class="top-air" data-role="page-title"></h1>
24 </div>
22 25
23 {% url 'builds' as xhr_table_url %} 26 {% url 'builds' as xhr_table_url %}
24 {% include 'toastertable.html' %} 27 {% include 'toastertable.html' %}
25 </div> 28 </div>
29</div>
26 30
27 <script> 31 <script>
28 $(document).ready(function () { 32 $(document).ready(function () {