[bitbake-devel] [PATCH] toaster: reinstate ID on edit columns button

Ed Bartosh ed.bartosh at linux.intel.com
Thu Feb 4 09:29:07 UTC 2016


Looks good to me.
Sent upstream.

On Thu, Feb 04, 2016 at 11:26:20AM +0200, Ed Bartosh wrote:
> From: Elliot Smith <elliot.smith at intel.com>
> 
> 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]
> 
> Signed-off-by: Elliot Smith <elliot.smith at intel.com>
> Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
> ---
>  bitbake/lib/toaster/toastergui/templates/toastertable.html | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/bitbake/lib/toaster/toastergui/templates/toastertable.html b/bitbake/lib/toaster/toastergui/templates/toastertable.html
> index f0a3aed..9099b30 100644
> --- a/bitbake/lib/toaster/toastergui/templates/toastertable.html
> +++ b/bitbake/lib/toaster/toastergui/templates/toastertable.html
> @@ -57,7 +57,7 @@
>  
>        <div class="pull-right">
>          <div class="btn-group">
> -          <button class="btn dropdown-toggle" data-toggle="dropdown">Edit columns
> +          <button id="edit-columns-button" class="btn dropdown-toggle" data-toggle="dropdown">Edit columns
>              <span class="caret"></span>
>            </button>
>            <ul class="dropdown-menu editcol">
> -- 
> 2.1.4
> 

-- 
--
Regards,
Ed



More information about the bitbake-devel mailing list