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

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

Issue 2131473003: UI for the regression range test. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: +tests and lint Created 4 years, 5 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/flake.html
diff --git a/appengine/findit/templates/flake.html b/appengine/findit/templates/flake/flake.html
similarity index 88%
rename from appengine/findit/templates/flake.html
rename to appengine/findit/templates/flake/flake.html
index 0d0bfe4ae7195d6bd9a943973ec2e4a6862eae91..82a59d809a0e87b29c484e78ac930c682cd4a1b6 100644
--- a/appengine/findit/templates/flake.html
+++ b/appengine/findit/templates/flake/flake.html
@@ -10,7 +10,7 @@
<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> test_target_name <input type="text" name="test_target_name" id="test_target_name" size="200"/> </p>
- <p> testcase <input type="text" name="testcase" id="testcase" 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>
</body>

Powered by Google App Engine
This is Rietveld 408576698