| Index: appengine/swarming/elements/res/imp/botlist/bot-list.html
|
| diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list.html b/appengine/swarming/elements/res/imp/botlist/bot-list.html
|
| index f948d7c95222ca5560f109f7b7a51d9970a9643b..1813d0c88861608fbfe6a397959deb932ae3eb8e 100644
|
| --- a/appengine/swarming/elements/res/imp/botlist/bot-list.html
|
| +++ b/appengine/swarming/elements/res/imp/botlist/bot-list.html
|
| @@ -28,6 +28,7 @@
|
| <link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
|
|
|
| <link rel="import" href="/res/imp/common/dynamic-table-behavior.html">
|
| +<link rel="import" href="/res/imp/common/error-toast.html">
|
| <link rel="import" href="/res/imp/common/sort-toggle.html">
|
| <link rel="import" href="/res/imp/common/swarming-app.html">
|
| <link rel="import" href="/res/imp/common/url-param.html">
|
| @@ -207,6 +208,7 @@
|
| </table>
|
| </div>
|
|
|
| + <error-toast></error-toast>
|
| </swarming-app>
|
|
|
| </template>
|
|
|