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

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

Issue 2456033002: [Findit] Using flake_analysis_service and add bug number to check flake UI (Closed)
Patch Set: Created 4 years, 2 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/flake.html b/appengine/findit/templates/flake/flake.html
index c457eebef7e6a4c31613efed658dfdb371d28e40..a312e321fa1b0699998b7b7eb140507c97340a5e 100644
--- a/appengine/findit/templates/flake/flake.html
+++ b/appengine/findit/templates/flake/flake.html
@@ -60,6 +60,10 @@
<td style="text-align:right">Test:</td>
<td><input type="text" name="test_name" id="test_name" size="100" placeholder="AppBackgroundPageApiTest.Basic"/></td>
</tr>
+ <tr>
+ <td style="text-align:right">Bug ID:</td>
chanli 2016/10/27 17:53:51 Since Bug ID is optional, should we change it to "
lijeffrey 2016/10/27 20:29:13 Done.
+ <td><input type="text" name="bug_id" id="bug_id" size="3" placeholder="123456"/></td>
+ </tr>
</table>
<br>
<input type="submit" value="Find Regression Range">
« no previous file with comments | « appengine/findit/handlers/flake/test/check_flake_test.py ('k') | appengine/findit/waterfall/flake/flake_analysis_service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698