| Index: appengine/swarming/ui/res/imp/botpage/bot-page.html
|
| diff --git a/appengine/swarming/ui/res/imp/botpage/bot-page.html b/appengine/swarming/ui/res/imp/botpage/bot-page.html
|
| index e6ca9e0d40cfb2cc1c395fc206cda2342d832761..d452767d7d192e9081b85bac892ddebdae4919c0 100644
|
| --- a/appengine/swarming/ui/res/imp/botpage/bot-page.html
|
| +++ b/appengine/swarming/ui/res/imp/botpage/bot-page.html
|
| @@ -130,6 +130,7 @@
|
| bot_id="[[bot_id]]"
|
|
|
| bot="{{_bot}}"
|
| + bot_exists="{{_bot_exists}}"
|
| busy="{{_busy1}}"
|
| events="{{_events}}"
|
| tasks="{{_tasks}}"
|
| @@ -147,7 +148,11 @@
|
| <iron-icon class="refresh" icon="icons:refresh"></iron-icon>
|
| </button>
|
| </div>
|
| + </div>
|
|
|
| + <h2 hidden$="[[_bot_exists]]">Bot not found.</h2>
|
| +
|
| + <div hidden$="[[_not(_bot_exists)]]">
|
| <div class="horizontal wrap layout">
|
| <div class="flex">
|
| <table>
|
|
|