diff --git a/bitbake/lib/toaster/toastergui/static/css/default.css b/bitbake/lib/toaster/toastergui/static/css/default.css index 53c50043bc..fe3881eea1 100644 --- a/bitbake/lib/toaster/toastergui/static/css/default.css +++ b/bitbake/lib/toaster/toastergui/static/css/default.css @@ -175,3 +175,4 @@ dd p {line-height:20px;} .no-results { margin: 10px 0 0; } +th > a, th > span { font-weight: normal; color:#333333;} diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html index 8f81472723..abce7c24b7 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html @@ -76,7 +76,7 @@ - {% for tc in tablecols %}{% if tc.filter %}{% with f=tc.filter %} + {% for tc in tablecols %}{% if tc.filter %}{% with objectname=objectname f=tc.filter %} {% include "filtersnippet.html" %} {% endwith %}{% endif %} {% endfor %} diff --git a/bitbake/lib/toaster/toastergui/templates/basetable_top.html b/bitbake/lib/toaster/toastergui/templates/basetable_top.html index b8d5c382c7..7b3017affb 100644 --- a/bitbake/lib/toaster/toastergui/templates/basetable_top.html +++ b/bitbake/lib/toaster/toastergui/templates/basetable_top.html @@ -75,9 +75,10 @@ {% for tc in tablecols %} {%if tc.qhelp%}{%endif%} - {{tc.name}} + {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} + {%if tc.ordericon%} {%endif%} {%if tc.filter%}
- +
{%endif%} {% endfor %}