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>
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):