summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster')
-rw-r--r--bitbake/lib/toaster/toastergui/tables.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/tables.py b/bitbake/lib/toaster/toastergui/tables.py
index b85527e216..43b81a3e79 100644
--- a/bitbake/lib/toaster/toastergui/tables.py
+++ b/bitbake/lib/toaster/toastergui/tables.py
@@ -227,8 +227,7 @@ class MachinesTable(ToasterTable):
227 help_text="Sets the selected machine as the project machine. You can only have one machine per project", 227 help_text="Sets the selected machine as the project machine. You can only have one machine per project",
228 hideable=False, 228 hideable=False,
229 static_data_name="add-del-layers", 229 static_data_name="add-del-layers",
230 static_data_template='{% include "machine_btn.html" %}', 230 static_data_template='{% include "machine_btn.html" %}')
231 field_name="layer_version__id")
232 231
233 232
234class LayerMachinesTable(MachinesTable): 233class LayerMachinesTable(MachinesTable):