[Toaster] image information - problems with database after Paul's push

Barros Pena, Belen belen.barros.pena at intel.com
Fri Mar 7 03:57:53 PST 2014


On 07/03/2014 00:12, "Lerner, Dave" <dave.lerner at windriver.com> wrote:

>> * We need to implement the no results page for the search / filters.
>>Once
>> more, we should be able to reuse what is in builds.html
>
>There isn¹t an example in the Empty.pdf that you developed for the
>Œtarget¹ page, for example, core-image-minimal selected with no packages.
> DO you want me to follow the spec for 1.5.1?

Yes, although there were some small issues with the way it was
implemented. So could you go to

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/tree/bitbake/lib/toa
ster/toastergui/templates/build.html?h=bbarrosp/front-end-050414

and use the markup there as a reference?

<div class="row-fluid">
      <div class="alert">
        <form class="no-results input-append" id="searchform">
            <input id="search" name="search" class="input-xxlarge"
type="text" value="{{request.GET.search}}"/>{% if request.GET.search %}<a
href="javascript:$('#search').val('');searchform.submit()" class="add-on
btn" tabindex="-1"><i class="icon-remove"></i></a>{% endif %}
            <button class="btn" type="submit"
value="Search">Search</button>
            <button class="btn btn-link"
onclick="javascript:$('#search').val('');searchform.submit()">Show all
builds</button>
        </form>
      </div>
  </div>


You will need to replace the "Show all builds" label with "Show all
packages". Apart from that, it should work.

Cheers

Belén
> 



More information about the toaster mailing list