diff options
author | Vlad Fulgeanu <andrei-vlad.fulgeanu@intel.com> | 2015-06-04 16:59:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-12 00:01:49 +0100 |
commit | eb28534423092624c6a82cbf8ffcff23a41b7ec0 (patch) | |
tree | c2a6f65e3123ea77ba811b036b0ff6a1aea14d3b /bitbake/lib | |
parent | 5a013b562e4f593fab54f0fc88ff7a1bb71bf18b (diff) | |
download | poky-eb28534423092624c6a82cbf8ffcff23a41b7ec0.tar.gz |
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>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/tables.py | 3 |
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 | ||
234 | class LayerMachinesTable(MachinesTable): | 233 | class LayerMachinesTable(MachinesTable): |