summaryrefslogtreecommitdiffstats
path: root/bitbake/lib
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib')
-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 4e412cae72..6413c80ed9 100644
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -1120,15 +1120,11 @@ def configvars(request, build_id):
1120 {'name': 'Value ', 1120 {'name': 'Value ',
1121 'qhelp': "The value assigned to the variable", 1121 'qhelp': "The value assigned to the variable",
1122 'dclass': "span4", 1122 'dclass': "span4",
1123 'orderfield': _get_toggle_order(request, "variable_value"),
1124 'ordericon':_get_toggle_order_icon(request, "variable_value"),
1125 }, 1123 },
1126 {'name': 'Set in file', 1124 {'name': 'Set in file',
1127 'qhelp': "The last configuration file that touched the variable value", 1125 'qhelp': "The last configuration file that touched the variable value",
1128 'clclass': 'file', 'hidden' : 0, 1126 'clclass': 'file', 'hidden' : 0,
1129 'dclass': "span6", 1127 'dclass': "span6",
1130 'orderfield': _get_toggle_order(request, "vhistory__file_name"),
1131 'ordericon':_get_toggle_order_icon(request, "vhistory__file_name"),
1132 'filter' : { 1128 'filter' : {
1133 'class' : 'vhistory__file_name', 1129 'class' : 'vhistory__file_name',
1134 'label': 'Show:', 1130 'label': 'Show:',