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

Unified Diff: appengine/swarming/ui/res/imp/botlist/bot-list.html

Issue 2676513004: Add task-list summary (Closed)
Patch Set: rebase Created 3 years, 10 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/swarming/ui/res/imp/botlist/bot-list.html
diff --git a/appengine/swarming/ui/res/imp/botlist/bot-list.html b/appengine/swarming/ui/res/imp/botlist/bot-list.html
index 073865d75468328390100e2c430defd9cfab027a..cbdfdb360eb7a7dc2fa4f4edbf0ca199ea62e7da 100644
--- a/appengine/swarming/ui/res/imp/botlist/bot-list.html
+++ b/appengine/swarming/ui/res/imp/botlist/bot-list.html
@@ -97,13 +97,14 @@
<bot-list-summary
auth_headers="[[_auth_headers]]"
- busy="{{_busy3}}"
columns="[[_columns]]"
count_params="[[_query_params]]"
fleet="[[_fleet]]"
- filtered_bots="[[_filteredSortedItems]]"
+ num_bots="[[_filteredSortedItems.length]]"
sort="[[_sortstr]]"
- verbose="[[_verbose]]">
+ verbose="[[_verbose]]"
+
+ busy="{{_busy3}}">
</bot-list-summary>
</div>
« no previous file with comments | « appengine/swarming/ui/build/elements.html ('k') | appengine/swarming/ui/res/imp/botlist/bot-list-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698