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

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

Issue 2239073002: [Findit] I think this dashboard should work (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: addressed comments Created 4 years, 4 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/main.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/templates/flake/dashboard.html
diff --git a/appengine/findit/templates/flake/dashboard.html b/appengine/findit/templates/flake/dashboard.html
index d30128466fda4fa142fa53b8a3eedff12aec431b..43932e810ce37ec146660271bca5d8ac61d30a8e 100644
--- a/appengine/findit/templates/flake/dashboard.html
+++ b/appengine/findit/templates/flake/dashboard.html
@@ -3,6 +3,11 @@
<title>Flake Dashboard</title>
<meta charset="utf-8">
<link rel="stylesheet" href="/common.css">
+ <style type="text/css">
+ input[type="text"] {
+ width: 200px;
+ }
+ </style>
</head>
<body>
<h1> Flake Dashboard </h1>
@@ -15,6 +20,7 @@
<p> test_name <input type="text" name="test_name" id="test_name" size="200"/> </p>
<input type="submit" value="Filter Regression Ranges">
</form>
+<br><br><br>
<table>
<tr>
<th>Master Name</th>
@@ -32,7 +38,6 @@
<td> {{master_flake_analysis.build_number}}</td>
<td> {{master_flake_analysis.step_name}}</td>
<td> {{master_flake_analysis.test_name}}</td>
-
<td>
<form method="get" action="/waterfall/check-flake">
<input type="hidden" name="master_name" value="{{master_flake_analysis.master_name}}">
« no previous file with comments | « appengine/findit/main.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698