summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
diff options
context:
space:
mode:
authorRavi Chintakunta <ravi.chintakunta@timesys.com>2014-01-10 16:36:40 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:01:05 +0000
commit87776ca32eeede85086c31ae4036d8e1de7fe1e1 (patch)
treed445c43a80b147fce323d0b8903aeebb6748ff0b /bitbake/lib/toaster/toastergui/templates/basetable_bottom.html
parent4acdf8aaf1bb0a6d81c052a236ed04b45e4d8c3e (diff)
downloadpoky-87776ca32eeede85086c31ae4036d8e1de7fe1e1.tar.gz
bitbake: toaster: Base table fixes for header text, sort icon and filter icon
- Display the table column header as a link only if it is sortable. Non-sortable column headers are displayed as plain text. - Display the sort order by an up / down arrow icon next to the column header - Add style for header in default.css - Set tooltip for the active filter icon - Pass the view name to the filter dialog (Bitbake rev: 53ede15926d45b555252d77919a0568a984c6d74) Signed-off-by: Ravi Chintakunta <ravi.chintakunta@timesys.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/basetable_bottom.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/basetable_bottom.html2
1 files changed, 1 insertions, 1 deletions
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 @@
76</script> 76</script>
77 77
78<!-- modal filter boxes --> 78<!-- modal filter boxes -->
79 {% for tc in tablecols %}{% if tc.filter %}{% with f=tc.filter %} 79 {% for tc in tablecols %}{% if tc.filter %}{% with objectname=objectname f=tc.filter %}
80 {% include "filtersnippet.html" %} 80 {% include "filtersnippet.html" %}
81 {% endwith %}{% endif %} {% endfor %} 81 {% endwith %}{% endif %} {% endfor %}
82<!-- end modals --> 82<!-- end modals -->