Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2384)

Unified Diff: appengine/findit/templates/flake/dashboard.html

Issue 2208143002: [Findit] Filters for dashboard (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/findit/templates/flake/dashboard.html
diff --git a/appengine/findit/templates/flake/dashboard.html b/appengine/findit/templates/flake/dashboard.html
index d8b469aeb880c1f66349371eab9e74df1968bcff..aaae5e5bd4b2b9cc0938697821502e428b7d432b 100644
--- a/appengine/findit/templates/flake/dashboard.html
+++ b/appengine/findit/templates/flake/dashboard.html
@@ -6,6 +6,17 @@
</head>
<body>
<h1> Flake Dashboard </h1>
+
lijeffrey 2016/08/04 21:03:21 nit: remove extra empty line, same with line 19
caiw 2016/08/05 20:35:08 Done.
+ <h3>Filter Swarming Reruns</h3>
+ <form method="get" action="/waterfall/filter-flake">
+ <p> master_name <input type="text" name="master_name" id="master_name" size="200"/> </p>
+ <p> builder_name <input type="text" name="builder_name" id="builder_name" size="200"/> </p>
+ <p> build_number <input type="text" name="build_number" id="build_number" size="200"/> </p>
+ <p> step_name <input type="text" name="step_name" id="step_name" size="200"/> </p>
+ <p> test_name <input type="text" name="test_name" id="test_name" size="200"/> </p>
+ <input type="submit" value="Find Regression Range">
+ </form>
+
<table>
<tr>
<th>Master Name</th>

Powered by Google App Engine
This is Rietveld 408576698