All of lore.kernel.org
 help / color / mirror / Atom feed
* [review-request][PATCH 1/4] bitbake: toastergui: Machine select button url parameters change
@ 2015-08-06 14:16 Michael Wood
  2015-08-06 14:16 ` [review-request][PATCH 2/4] bitbake: toastergui: Move click disabled check after table ready event Michael Wood
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Michael Wood @ 2015-08-06 14:16 UTC (permalink / raw)
  To: toaster

Update the url for changing the machine in the project page.

[YOCTO #8113]

Signed-off-by: Michael Wood <michael.g.wood@intel.com>
---
 bitbake/lib/toaster/toastergui/tables.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index 8d5166be..1187244 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -323,7 +323,7 @@ class LayerMachinesTable(MachinesTable):
         self.add_column(title="Description",
                         field_name="description")
 
-        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>'
+        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>'
 
         self.add_column(title="Select machine",
                         static_data_name="add-del-layers",
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-08-06 15:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06 14:16 [review-request][PATCH 1/4] bitbake: toastergui: Machine select button url parameters change Michael Wood
2015-08-06 14:16 ` [review-request][PATCH 2/4] bitbake: toastergui: Move click disabled check after table ready event Michael Wood
2015-08-06 14:16 ` [review-request][PATCH 3/4] bitbake: toastergui: Fix typo on layers in project filter condition Michael Wood
2015-08-06 14:16 ` [review-request][PATCH 4/4] bitbake: toastergui: layerBtn Fix build trigger mechanism Michael Wood
2015-08-06 14:57   ` Barros Pena, Belen
2015-08-06 15:44     ` Michael Wood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.