diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index dc1b92a225..778a84926f 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -214,6 +214,7 @@ dl textarea { resize: vertical; } .new-build .input-append { margin-bottom: 0; } #build-selected { margin-top: 15px; } div.add-deps { margin-top: 15px; } +.btn.log { margin-left: 20px; } .animate-repeat { diff --git a/bitbake/lib/toaster/toastergui/templates/builddashboard.html b/bitbake/lib/toaster/toastergui/templates/builddashboard.html index c0898e291d..4e600283a5 100644 --- a/bitbake/lib/toaster/toastergui/templates/builddashboard.html +++ b/bitbake/lib/toaster/toastergui/templates/builddashboard.html @@ -36,9 +36,9 @@ {% endif %} {{build.warnings_no}} warning{{build.warnings_no|pluralize}} {% endif %} - Build time: {{ build.timespent|sectohms }}   + Build time: {{ build.timespent|sectohms }} {% if MANAGED and build.project %} - Download build log + Download build log {% endif %} {%endif%}