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>
This commit is contained in:
Dave Lerner
2014-03-31 20:44:05 +00:00
committed by Richard Purdie
parent 1d631fba8a
commit 4b17947f24

View File

@@ -568,8 +568,6 @@ def target(request, build_id, target_id):
{
'name':'Size over total (%)',
'qhelp':'Proportion of the overall included package size represented by this package',
'orderfield': _get_toggle_order(request, "size"),
'ordericon':_get_toggle_order_icon(request, "size"),
'clclass': 'size_over_total',
'hidden' : 1,
},