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

Unified Diff: appengine/swarming/ui/res/imp/taskpage/task-page.html

Issue 2553563003: Link Swarming Tasklist and Botlist together (Closed)
Patch Set: Rebuild Created 4 years 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/swarming/ui/res/imp/tasklist/task-list-data.html ('k') | appengine/swarming/ui/res/js/alias.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/taskpage/task-page.html
diff --git a/appengine/swarming/ui/res/imp/taskpage/task-page.html b/appengine/swarming/ui/res/imp/taskpage/task-page.html
index bb1ada8f699d4b3af74fb58a455a19d01877cb01..f065745a7158ec993947404f2a04f3acc24da734 100644
--- a/appengine/swarming/ui/res/imp/taskpage/task-page.html
+++ b/appengine/swarming/ui/res/imp/taskpage/task-page.html
@@ -472,7 +472,7 @@
<td>Uploading Outputs To Isolate</td>
<td>[[_humanDuration(_result.performance_stats.isolated_upload.duration)]]</td>
</tr>
- <tr>
+ <tr hidden$="[[!_result.performance_stats.isolated_download.initial_size]]">
<td>Initial bot cache</td>
<td>[[_result.performance_stats.isolated_download.initial_number_items]] items;
[[_bytes(_result.performance_stats.isolated_download.initial_size)]]</td>
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-list-data.html ('k') | appengine/swarming/ui/res/js/alias.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698