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

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

Issue 1866883002: [Findit] A huge refactoring and some bug fixing. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nit. Created 4 years, 8 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
« no previous file with comments | « appengine/findit/templates/config.html ('k') | appengine/findit/templates/list_analyses.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/home.html
diff --git a/appengine/findit/templates/home.html b/appengine/findit/templates/home.html
index b566d2c769562f38d2124f13342c545f075f2d52..a7b3e3172ea78690032aaa4c82eeac9bfe4429f4 100644
--- a/appengine/findit/templates/home.html
+++ b/appengine/findit/templates/home.html
@@ -4,10 +4,10 @@
<meta charset="utf-8">
</head>
<body>
- <h3>Build failure in Chromium waterfall</h3>
- <form method="get" action="./build-failure">
- URL to the failed build: <br>
- (eg.: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20GN/builds/6146 or http://build.chromium.org/p/chromium.mac/builders/Mac%20GN%20%28dbg%29/builds/2598/steps/compile/logs/stdio)
+ <h3>Compile or test failures in Chromium waterfall</h3>
+ <form method="get" action="/waterfall/build-failure">
+ URL to the failed build cycle: (eg.: https://build.chromium.org/p/chromium.linux/builders/Linux%20Builder/builds/63971)
+ <br>
<input type="text" name="url" id="url" size="200"><br>
<input type="submit" value="Find it">
</form>
« no previous file with comments | « appengine/findit/templates/config.html ('k') | appengine/findit/templates/list_analyses.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698