diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index a866773af6..41b73cc826 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -34,7 +34,7 @@ .get-help-yellow:hover { color: #B38942; cursor: pointer; } .get-help-red { color: #B94A48; font-size: 16px; padding-left: 2px; } .get-help-red:hover { color: #943A38; cursor: pointer; } -.build-form .get-help { margin-left: 5px; } +.build-form>i:first-of-type { margin-left: 5px; } .manual { margin: 11px 15px;} .heading-help { font-size: 14px; } diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 6705215aae..7a1a22daa2 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -3,7 +3,7 @@ {% load humanize %} {% load static %} {% block localbreadcrumb %} -
- - View all targets - + View all compatible targets + {% if completedbuilds.count %} | View all project builds ({{completedbuilds.count}}) {% endif %} @@ -256,7 +255,7 @@ vim: expandtab tabstop=2
You can:
View all layers | Import layer
++ View all compatible layers + + | + Import layer
Edit configuration variables diff --git a/bitbake/lib/toaster/toastergui/templates/targets.html b/bitbake/lib/toaster/toastergui/templates/targets.html index 3038649303..32c67ea881 100644 --- a/bitbake/lib/toaster/toastergui/templates/targets.html +++ b/bitbake/lib/toaster/toastergui/templates/targets.html @@ -3,7 +3,7 @@ {% load humanize %} {% block localbreadcrumb %} -