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

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

Issue 2768893002: Add device-summary to bot-page (Closed)
Patch Set: Address feedback Created 3 years, 9 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/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 e6588dec3bf9e37bf65e0041ac75eff54d9a8d03..c1d4ddc06e45c265a344c9e91c81f0c5b6b50410 100644
--- a/appengine/swarming/ui/res/imp/botpage/bot-page.html
+++ b/appengine/swarming/ui/res/imp/botpage/bot-page.html
@@ -43,6 +43,7 @@
<link rel="import" href="bot-page-data.html">
<link rel="import" href="bot-page-shared-behavior.html">
<link rel="import" href="bot-page-summary.html">
+<link rel="import" href="device-summary.html">
<dom-module id="bot-page">
@@ -256,6 +257,8 @@
</template>
</table>
+ <device-summary state="[[_bot.state]]"></device-summary>
+
<span class="title">State</span>
<template is="dom-if" if="[[_not(_show_state)]]">
« no previous file with comments | « appengine/swarming/ui/build/elements.html ('k') | appengine/swarming/ui/res/imp/botpage/device-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698