summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorMichael Wood <michael.g.wood@intel.com>2015-08-06 19:23:46 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-08-06 16:04:49 -0500
commitc1993d08ccf64f158c346d1cc0a42f2e2b3d60bc (patch)
tree055ff6d08846c9339b3e892cc0fcce87894d339f /bitbake
parentb12e51c352e8a8bc7dbe76205dca7f7100bd218e (diff)
downloadpoky-c1993d08ccf64f158c346d1cc0a42f2e2b3d60bc.tar.gz
bitbake: toastergui: Machine select button url parameters change
Update the url for changing the machine in the project page. [YOCTO #8113] (Bitbake rev: 6e46ad4aa404d80fded27db1fb072d35250cfcfb) 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')
-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 cf0e5ac6bb..dd1688e51d 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -300,7 +300,7 @@ class LayerMachinesTable(MachinesTable):
300 self.add_column(title="Description", 300 self.add_column(title="Description",
301 field_name="description") 301 field_name="description")
302 302
303 select_btn_template = '<a href="{% url "project" extra.pid %}#/machineselect={{data.name}}" class="btn btn-block select-machine-btn" {% if extra.in_prj == 0%}disabled="disabled"{%endif%}>Select machine</a>' 303 select_btn_template = '<a href="{% url "project" extra.pid %}?setMachine={{data.name}}" class="btn btn-block select-machine-btn" {% if extra.in_prj == 0%}disabled="disabled"{%endif%}>Select machine</a>'
304 304
305 self.add_column(title="Select machine", 305 self.add_column(title="Select machine",
306 static_data_name="add-del-layers", 306 static_data_name="add-del-layers",