summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/tables.py
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-08-06 19:23:49 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:50 -0500
commit58197f345b203f55de202f8c91129e3d381359ed (patch)
treefd9aa5eb5cfe8927efe073ba750b6d475fbc2d55 /bitbake/lib/toaster/toastergui/tables.py
parenta65099eec3df428f33308a12611262f00ba90f56 (diff)
downloadpoky-58197f345b203f55de202f8c91129e3d381359ed.tar.gz
bitbake: toastergui: layerBtn Fix build trigger mechanism
The new project page is no longer responsible for triggering the build so add a handler for this in layerBtn which is used in the layerdetails and layers pages. This also removes the conflicting and redundant handler for this in the layerdetails. (Bitbake rev: b4c389443bdd121121fd1d1a9006a9f1f63f186f) Signed-off-by: Michael Wood <michael.g.wood@intel.com> Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tables.py')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index 1af9c0bd90..92e3b5c667 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -438,7 +438,7 @@ class LayerRecipesTable(RecipesTable):
438 field_name="get_description_or_summary") 438 field_name="get_description_or_summary")
439 439
440 440
441 build_recipe_template ='<button class="btn btn-block build-target-btn" data-target-name="{{data.name}}" {%if extra.in_prj == 0 %}disabled="disabled"{%endif%}>Build recipe</button>' 441 build_recipe_template ='<button class="btn btn-block build-recipe-btn" data-recipe-name="{{data.name}}" {%if extra.in_prj == 0 %}disabled="disabled"{%endif%}>Build recipe</button>'
442 442
443 self.add_column(title="Build recipe", 443 self.add_column(title="Build recipe",
444 static_data_name="add-del-layers", 444 static_data_name="add-del-layers",