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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <table> 3 <table>
4 <tr> 4 <tr>
5 <td colspan="4">All flaky occurrences of <b>{{flake.name}}</b>.</td> 5 <td colspan="4">All flaky occurrences of <b>{{flake.name}}</b>.</td>
6 </tr> 6 </tr>
7 7
8 <tr> 8 <tr>
9 <td colspan="4"> 9 <td colspan="4">
10 <form action="/override_issue_id" method="GET"> 10 <form action="/override_issue_id" method="GET">
(...skipping 28 matching lines...) Expand all
39 </tr> 39 </tr>
40 {% endfor %} 40 {% endfor %}
41 41
42 <tr> 42 <tr>
43 <td>&nbsp;</td> 43 <td>&nbsp;</td>
44 </tr> 44 </tr>
45 45
46 {% endfor %} 46 {% endfor %}
47 47
48 </table> 48 </table>
49
50 {% if show_all_link %}
51 <a href="/all_flake_occurrences?key={{flake.key.urlsafe}}&show_all=1">
52 show all flakes</a> (may take several minutes to load)
53 {% endif %}
OLDNEW
« 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