]> sourceware.org Git - bunsen.git/commitdiff
r-httpd-browse: make "show all testruns" button show all testruns (limit=0)
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 27 Jul 2022 22:01:09 +0000 (18:01 -0400)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 27 Jul 2022 22:01:09 +0000 (18:01 -0400)
bin/r-httpd-browse

index 9090f7b9b63501b7b338f01ca7aea203445f28ee..6203c822c56f9e8f15722be8e614da137149345a 100755 (executable)
@@ -39,7 +39,7 @@ jinja_templates={
     
     "testruns.html":"""
 <html><head><link rel="icon" href="{{ url_for("favicon") }}"/><title>list/filter testruns</title></head><body>
-<form action="{{ url_for("r_show_all_testruns") }}" method="get"><input type="submit" value="show all testruns"/></form>
+<form action="{{ url_for("r_show_all_testruns",limit=0) }}" method="get"><input type="submit" value="show all testruns"/></form>
 <form method="get">
 <fieldset><legend><b>filter testruns</b></legend>
 <label>filter testrun commitishes: <input title="commitishes" size="80" name="commitishes" value="{{ " ".join(commitishes) }}"></input></label>
This page took 0.027876 seconds and 5 git commands to generate.