summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Lerner <dave.lerner@windriver.com>2014-03-31 20:44:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-09 16:58:30 +0100
commitba6937c9bffcf81f71ef6fa9f0d29fbbd6e17b2d (patch)
treee10cfdefd8052c22b694ed4b5c51a58822d92b09
parentbfe67472e3ee778b78ef004b2153fa88b3807b92 (diff)
downloadbitbake-ba6937c9bffcf81f71ef6fa9f0d29fbbd6e17b2d.tar.gz
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. Signed-off-by: Dave Lerner <dave.lerner@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--lib/toaster/toastergui/views.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/toaster/toastergui/views.py b/lib/toaster/toastergui/views.py
index 910b3b953..96ce4d7fc 100644
--- a/lib/toaster/toastergui/views.py
+++ b/lib/toaster/toastergui/views.py
@@ -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,
},