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

Unified Diff: appengine/swarming/templates/user_task.html

Issue 2465273002: Display expected outputs in legacy task view (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/user_task.html
diff --git a/appengine/swarming/templates/user_task.html b/appengine/swarming/templates/user_task.html
index 1848f42ab6d3931d7419c1a601f4ffe4636e77aa..7ddbd7061b77bc371fb07a94f2fd0215811c4b82 100644
--- a/appengine/swarming/templates/user_task.html
+++ b/appengine/swarming/templates/user_task.html
@@ -296,6 +296,14 @@
{{request.properties.extra_args|join(' ')}}<br>
</td>
</tr>
+ <tr title="Expected output files">
+ <td>Expected outputs</td>
+ <td>
+ {% for output in request.properties.outputs %}
M-A Ruel 2016/11/01 13:35:21 Note that this could be None, in this case this wi
+ {{output}}<br/>
+ {% endfor %}
+ </td>
+ </tr>
{% else %}
{# Raw command #}
<tr title="Actual command executed by the bot.">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698