diff --git a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html index 01d3117e1e..0b6ef56380 100644 --- a/bitbake/lib/toaster/toastergui/templates/basebuildpage.html +++ b/bitbake/lib/toaster/toastergui/templates/basebuildpage.html @@ -3,8 +3,88 @@ {% load project_url_tag %} {% load objects_to_dictionaries_filter %} {% load humanize %} +{% load field_values_filter %} {% block pagecontent %} + + + + + +
@@ -22,36 +102,6 @@ {% block localbreadcrumb %}{% endblock %} -
@@ -86,13 +136,22 @@
  • CPU usage
  • Disk I/O
  • - - Download build log + +
  • + + + Download build log + +
  • {% with build.get_custom_image_recipes as custom_image_recipes %} {% if custom_image_recipes.count > 0 %} - +
  • + + + Edit custom image + {% include 'editcustomimage_modal.html' %} +
  • {% endif %} {% endwith %} {% if build.has_image_recipes %} - +
  • + + + New custom image + {% include 'newcustomimage_modal.html' %} {% endif %} + +
  • + + + Delete build + diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index 1c390cd603..02a29816a6 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -34,7 +34,7 @@ {{build.warnings.count}} warning{{build.warnings.count|pluralize}} {% endif %} {% if build.cooker_log_path %} - Download build log + Download build log {% endif %} Build time: