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

Unified 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: Removed logic from check_flake, made findit reference correct template for flake. 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/error.html
diff --git a/appengine/findit/templates/flake/error.html b/appengine/findit/templates/flake/error.html
new file mode 100644
index 0000000000000000000000000000000000000000..8edff79fc42d502aec6f9e255a7211010e263e22
--- /dev/null
+++ b/appengine/findit/templates/flake/error.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<head>
+ <title>Oops</title>
+ <meta charset="utf-8">
+</head>
+<body>
+ <p> There was an error with the last run with these parameters. We have been notified. </p>
+</body>

Powered by Google App Engine
This is Rietveld 408576698