summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
authorElliot Smith <elliot.smith@intel.com>2016-01-15 13:00:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:30:00 +0000
commitf9c46f5e5e68229454b28adfe1a793d6b75f3096 (patch)
tree7c8f948607128d4d49a1fc05705560b6e72c0f25 /bitbake/lib/toaster/toastergui/tables.py
parenteaae82a19acaf786b866043ea80107f28e8206b2 (diff)
downloadpoky-f9c46f5e5e68229454b28adfe1a793d6b75f3096.tar.gz
bitbake: toastergui: don't hide all elements with .col class
Disabling the "project" column in a ToasterTable for builds causes the recent builds area to be hidden. This is because the column hiding code hides all elements with a class matching ".<column>", regardless of where they occur on the page; and the recent builds area was using the ".project-name" class, which means it is included in the set of elements which are hidden. Scope the element search to the table so that only elements within the table are hidden or shown. [YOCTO #8792] (Bitbake rev: 151bc20daf51e0ab8baf11ea29244b7fec1f8a22) Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
0 files changed, 0 insertions, 0 deletions