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

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

Issue 2345093002: [Findit] Extending versioned_model.py to support versioning multiple entities of the same class. (Closed)
Patch Set: Ignore this patch, uploaded unrelated change to wrong branch Created 4 years, 3 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/result.html
diff --git a/appengine/findit/templates/flake/result.html b/appengine/findit/templates/flake/result.html
index e3756cb01e730fc1dafcd8e13e59ac658303b785..9a488bb0c1b674281d4bf3b93d9793d7c25eb90a 100644
--- a/appengine/findit/templates/flake/result.html
+++ b/appengine/findit/templates/flake/result.html
@@ -15,7 +15,7 @@
findit.masterName = "{{ master_name }}";
findit.builderName = "{{ builder_name }}";
findit.regressedBuildNumber = {{ suspected_flake_build_number or -1 }};
- findit.passRates = {{ success_rates | tojson | safe }};
+ findit.passRates = {{ pass_rates | tojson | safe }};
$(document).ready(function() {
if (findit.passRates.length == 0) {
« no previous file with comments | « appengine/findit/model/versioned_model.py ('k') | appengine/findit/waterfall/flake/initialize_flake_pipeline.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698