summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/newcustomimage.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/newcustomimage.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/newcustomimage.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/newcustomimage.html b/bitbake/lib/toaster/toastergui/templates/newcustomimage.html
index 46aed901f1..980179a406 100644
--- a/bitbake/lib/toaster/toastergui/templates/newcustomimage.html
+++ b/bitbake/lib/toaster/toastergui/templates/newcustomimage.html
@@ -5,10 +5,17 @@
5{% block pagecontent %} 5{% block pagecontent %}
6 6
7{% include "newcustomimage_modal.html" %} 7{% include "newcustomimage_modal.html" %}
8{% include "projecttopbar.html" %}
9 8
10{% url table_name project.id as xhr_table_url %} 9<div class="row">
11<h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2> 10
12{% include "toastertable.html" %} 11 {% include "projecttopbar.html" %}
12
13 <div class="col-md-12">
14 {% url table_name project.id as xhr_table_url %}
15 <h2>{{title}} (<span class="table-count-{{table_name}}">0</span>)</h2>
16 {% include "toastertable.html" %}
17 </div>
18
19</div>
13 20
14{% endblock %} 21{% endblock %}