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

Unified Diff: appengine/swarming/ui/res/imp/botpage/bot-page.html

Issue 2470973003: give user notification if bot or task not found (Closed)
Patch Set: rebase Created 4 years, 1 month 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
« no previous file with comments | « appengine/swarming/ui/package.json ('k') | appengine/swarming/ui/res/imp/botpage/bot-page-data.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « appengine/swarming/ui/package.json ('k') | appengine/swarming/ui/res/imp/botpage/bot-page-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698