summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bitbake/lib/toaster/toastergui/views.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index 4e412ca..6413c80 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -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:',
OpenPOWER on IntegriCloud