1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

bitbake: toaster: disable configvar sorts for value and files

Disable the sort on files because it sorts on the file array's
first (and invisible) element. Disable the sort on values
because the raw ASCII sort looks wrong to the general user,
especially for values with leading spaces.

[YOCTO #6004]

(Bitbake rev: 800cbddd612c977960aa4dd93b24c22aac4bfae0)

Signed-off-by: David Reyna <David.Reyna@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
David Reyna
2014-03-26 06:43:04 -07:00
committed by Richard Purdie
parent fd4579e5f2
commit 7920219543
-4
View File
@@ -1120,15 +1120,11 @@ def configvars(request, build_id):
{'name': 'Value ',
'qhelp': "The value assigned to the variable",
'dclass': "span4",
'orderfield': _get_toggle_order(request, "variable_value"),
'ordericon':_get_toggle_order_icon(request, "variable_value"),
},
{'name': 'Set in file',
'qhelp': "The last configuration file that touched the variable value",
'clclass': 'file', 'hidden' : 0,
'dclass': "span6",
'orderfield': _get_toggle_order(request, "vhistory__file_name"),
'ordericon':_get_toggle_order_icon(request, "vhistory__file_name"),
'filter' : {
'class' : 'vhistory__file_name',
'label': 'Show:',