diff options
author | Elliot Smith <elliot.smith@intel.com> | 2016-02-04 11:26:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:13:47 +0000 |
commit | 6228cf8166e4543061c6f1be85cbf02daca3822c (patch) | |
tree | a1732f028f2ac190a65ca80be8a5e0f7bdd0cc0a /bitbake/lib | |
parent | 916c73dfefe0c4f960299ead6b4b7b3dcb18fc89 (diff) | |
download | poky-6228cf8166e4543061c6f1be85cbf02daca3822c.tar.gz |
bitbake: toaster: reinstate ID on edit columns button
The ID was omitted from the "edit columns" button on the
"projects", "all builds" and "project builds" tables when they
were converted to ToasterTable. This caused the QA tests to fail.
Reinstate the ID so the tests can identify the "edit columns" button
correctly.
[YOCTO #9051]
(Bitbake rev: 934b82badcf063c8ff252d806c2fb019f7a2e55f)
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/toastertable.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html index f0a3aedb74..9099b301cb 100644 --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html | |||
@@ -57,7 +57,7 @@ | |||
57 | 57 | ||
58 | <div class="pull-right"> | 58 | <div class="pull-right"> |
59 | <div class="btn-group"> | 59 | <div class="btn-group"> |
60 | <button class="btn dropdown-toggle" data-toggle="dropdown">Edit columns | 60 | <button id="edit-columns-button" class="btn dropdown-toggle" data-toggle="dropdown">Edit columns |
61 | <span class="caret"></span> | 61 | <span class="caret"></span> |
62 | </button> | 62 | </button> |
63 | <ul class="dropdown-menu editcol"> | 63 | <ul class="dropdown-menu editcol"> |