summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rwxr-xr-xbitbake/lib/toaster/toastergui/views.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py
index c16fc2219f..761bf53a11 100755
--- a/bitbake/lib/toaster/toastergui/views.py
+++ b/bitbake/lib/toaster/toastergui/views.py
@@ -725,9 +725,9 @@ eans multiple licenses exist that cover different parts of the source',
725 tc_layerDir = { 725 tc_layerDir = {
726 'name':'Layer directory', 726 'name':'Layer directory',
727 'qhelp':'Location in disk of the layer providing the recipe that builds the package', 727 'qhelp':'Location in disk of the layer providing the recipe that builds the package',
728 'orderfield' : _get_toggle_order( request, "recipe__layer_version__layer__local_path" ), 728 'orderfield' : _get_toggle_order( request, "recipe__layer_version__local_path" ),
729 'ordericon' : _get_toggle_order_icon( request, "recipe__layer_version__layer__local_path" ), 729 'ordericon' : _get_toggle_order_icon( request, "recipe__layer_version__local_path" ),
730 'orderkey' : "recipe__layer_version__layer__local_path", 730 'orderkey' : "recipe__layer_version__local_path",
731 'clclass' : 'layer_directory', 731 'clclass' : 'layer_directory',
732 'hidden' : 1, 732 'hidden' : 1,
733 } 733 }
@@ -1254,10 +1254,10 @@ def recipes(request, build_id):
1254 { 1254 {
1255 'name':'Layer directory', 1255 'name':'Layer directory',
1256 'qhelp':'Path to the layer prodiving the recipe', 1256 'qhelp':'Path to the layer prodiving the recipe',
1257 'orderfield': _get_toggle_order(request, "layer_version__layer__local_path"), 1257 'orderfield': _get_toggle_order(request, "layer_version__local_path"),
1258 'ordericon':_get_toggle_order_icon(request, "layer_version__layer__local_path"), 1258 'ordericon':_get_toggle_order_icon(request, "layer_version__local_path"),
1259 'orderkey' : 'layer_version__layer__local_path', 1259 'orderkey' : 'layer_version__local_path',
1260 'clclass': 'layer_version__layer__local_path', 'hidden': 1, 1260 'clclass': 'layer_version__local_path', 'hidden': 1,
1261 }) 1261 })
1262 1262
1263 1263
@@ -1464,10 +1464,10 @@ def bpackage(request, build_id):
1464 tc_layerDir = { 1464 tc_layerDir = {
1465 'name':'Layer directory', 1465 'name':'Layer directory',
1466 'qhelp':'Path to the layer providing the recipe that builds the package', 1466 'qhelp':'Path to the layer providing the recipe that builds the package',
1467 'orderfield': _get_toggle_order(request, "recipe__layer_version__layer__local_path"), 1467 'orderfield': _get_toggle_order(request, "recipe__layer_version__local_path"),
1468 'ordericon':_get_toggle_order_icon(request, "recipe__layer_version__layer__local_path"), 1468 'ordericon':_get_toggle_order_icon(request, "recipe__layer_version__local_path"),
1469 'orderkey' : 'recipe__layer_version__layer__local_path', 1469 'orderkey' : 'recipe__layer_version__local_path',
1470 'clclass': 'recipe__layer_version__layer__local_path', 'hidden': 1, 1470 'clclass': 'recipe__layer_version__local_path', 'hidden': 1,
1471 } 1471 }
1472 context['tablecols'].append(tc_layerDir) 1472 context['tablecols'].append(tc_layerDir)
1473 1473