diff options
author | Michael Wood <michael.g.wood@intel.com> | 2015-03-13 14:34:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-21 00:00:27 +0000 |
commit | 3c5e2917604315775eebe7e62a560a853e5b1c58 (patch) | |
tree | d9312698dba69508bb67ce2df502c149d0bad195 /bitbake/lib/toaster/toastergui/templates/projects.html | |
parent | 2f684f1bdc188fde5142ee95989994a7990984c5 (diff) | |
download | poky-3c5e2917604315775eebe7e62a560a853e5b1c58.tar.gz |
bitbake: toaster: Add cancel build to latest build section
Add this functionality to the common managed_mrb_section
Make sure we are using the correct version of this template in the
projects template and remove now redundant code.
[YOCTO #7351]
(Bitbake rev: 23f1439a5d3e8f4053826794c6502eca20189054)
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projects.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html index 88d5bd32df..88ee4bcd66 100644 --- a/bitbake/lib/toaster/toastergui/templates/projects.html +++ b/bitbake/lib/toaster/toastergui/templates/projects.html | |||
@@ -7,7 +7,7 @@ | |||
7 | {% block pagecontent %} | 7 | {% block pagecontent %} |
8 | 8 | ||
9 | 9 | ||
10 | {% include "mrb_section.html" %} | 10 | {% include "managed_mrb_section.html" %} |
11 | 11 | ||
12 | 12 | ||
13 | <div class="page-header top-air"> | 13 | <div class="page-header top-air"> |