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

Side by Side Diff: appengine/findit/templates/flake/error.html

Issue 2131473003: UI for the regression range test. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
stgao 2016/07/09 00:12:24 This could be removed if we use BaseHandler.Create
caiw 2016/07/14 00:59:34 Sure - why don't we just remove this from the CL s
stgao 2016/07/14 21:17:58 If not used at all, it should be removed.
2 <head>
3 <title>Oops</title>
4 <meta charset="utf-8">
5 </head>
6 <body>
7 <p> There was an error with the last run with these parameters. We have been notified. </p>
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698