| 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>
|
|
|