[webkit-reviews] review requested: [Bug 59008] [buildbot]Show more recent builds on builder page : [Attachment 90362] template patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 20 11:01:03 PDT 2011
Peter Gal <galpeter at inf.u-szeged.hu> has asked for review:
Bug 59008: [buildbot]Show more recent builds on builder page
https://bugs.webkit.org/show_bug.cgi?id=59008
Attachment 90362: template patch
https://bugs.webkit.org/attachment.cgi?id=90362&action=review
------- Additional Comments from Peter Gal <galpeter at inf.u-szeged.hu>
Simply added these lines to the built-in template:
( Show: <a href="{{ builder_url }}">default</a>
{% for count in [25, 50, 100, 200] %}
<a href="{{ builder_url }}?numbuilds={{ count }}">{{ count }}</a>
{% endfor %})
This will show five links with different 'numbuilds' parameters.
More information about the webkit-reviews
mailing list