mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
bitbake: toaster: tables: Remove obsolete field_name for select column
field_name is no longer used for this kind of column. So no need to specify it here. (Bitbake rev: 058e9db05767f2d46d46c02dd5043bb0f6b8e460) Signed-off-by: Vlad Fulgeanu <andrei-vlad.fulgeanu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5a013b562e
commit
eb28534423
@@ -227,8 +227,7 @@ class MachinesTable(ToasterTable):
|
||||
help_text="Sets the selected machine as the project machine. You can only have one machine per project",
|
||||
hideable=False,
|
||||
static_data_name="add-del-layers",
|
||||
static_data_template='{% include "machine_btn.html" %}',
|
||||
field_name="layer_version__id")
|
||||
static_data_template='{% include "machine_btn.html" %}')
|
||||
|
||||
|
||||
class LayerMachinesTable(MachinesTable):
|
||||
|
||||
Reference in New Issue
Block a user