diff options
author | Dave Lerner <dave.lerner@windriver.com> | 2014-03-31 20:44:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-09 17:00:00 +0100 |
commit | 4b17947f24987a2523239c06d4aeea596587c76c (patch) | |
tree | 496e3ec770f014bf0d7976b1ede0d878b5fcd9c8 /bitbake/lib | |
parent | 1d631fba8a76a3f29ff94bdb63c6e8ac140f9e70 (diff) | |
download | poky-4b17947f24987a2523239c06d4aeea596587c76c.tar.gz |
bitbake: toaster: disable 'size over total' sort
[YOCTO 6061]
Disable size-over-total table column sorts in the image installed
packages view because that field is a computed field and only model
fields are sortable in the current table toaster implementation.
(Bitbake rev: ba6937c9bffcf81f71ef6fa9f0d29fbbd6e17b2d)
Signed-off-by: Dave Lerner <dave.lerner@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index 910b3b9532..96ce4d7fcf 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py | |||
@@ -568,8 +568,6 @@ def target(request, build_id, target_id): | |||
568 | { | 568 | { |
569 | 'name':'Size over total (%)', | 569 | 'name':'Size over total (%)', |
570 | 'qhelp':'Proportion of the overall included package size represented by this package', | 570 | 'qhelp':'Proportion of the overall included package size represented by this package', |
571 | 'orderfield': _get_toggle_order(request, "size"), | ||
572 | 'ordericon':_get_toggle_order_icon(request, "size"), | ||
573 | 'clclass': 'size_over_total', | 571 | 'clclass': 'size_over_total', |
574 | 'hidden' : 1, | 572 | 'hidden' : 1, |
575 | }, | 573 | }, |