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

Unified Diff: appengine/chromium_try_flakes/templates/all_flake_occurrences.html

Issue 1945903004: Add show-all feature to the all-flake-occurrences page (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@deprecate_bug_friendly
Patch Set: Addressed comments Created 4 years, 7 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/chromium_try_flakes/templates/all_flake_occurrences.html
diff --git a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
index 602950296ed81ad88fe97923f5069493925d7ca7..4321664f2749eefdb5d115288a0f76be39065420 100644
--- a/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
+++ b/appengine/chromium_try_flakes/templates/all_flake_occurrences.html
@@ -46,3 +46,8 @@ Current Issue ID where new flakes are reported:
{% endfor %}
</table>
+
+{% if show_all_link %}
+<a href="/all_flake_occurrences?key={{flake.key.urlsafe}}&show_all=1">
+show all flakes</a> (may take several minutes to load)
+{% endif %}
« no previous file with comments | « appengine/chromium_try_flakes/handlers/all_flake_occurrences.py ('k') | appengine/chromium_try_flakes/templates/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698