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

Unified Diff: appengine/swarming/ui/res/imp/tasklist/task-list.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
Index: appengine/swarming/ui/res/imp/tasklist/task-list.html
diff --git a/appengine/swarming/ui/res/imp/tasklist/task-list.html b/appengine/swarming/ui/res/imp/tasklist/task-list.html
index 5b09a4d33e1d7b6f7b4f5d1b77143c2c1482c58f..d01e6cb39b34574106c3c98534d0e8fa52d8c694 100644
--- a/appengine/swarming/ui/res/imp/tasklist/task-list.html
+++ b/appengine/swarming/ui/res/imp/tasklist/task-list.html
@@ -75,12 +75,14 @@
query_params="[[_query_params]]"
tasks="[[_items]]"
busy="{{_busy1)}}"
+ dimensions="{{_dimensions}}"
primary_map="{{_primary_map}}"
primary_arr="{{_primary_arr}}">
</task-list-data>
<div class="horizontal layout">
<task-filters
+ dimensions="[[_dimensions]]"
primary_map="[[_primary_map]]"
primary_arr="[[_primary_arr]]"
special_columns="[[_specialColumns]]"
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-filters.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-list-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698