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

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

Issue 2403543002: Add Machine Provider ui parts (Closed)
Patch Set: Created 4 years, 2 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/elements/res/imp/botpage/bot-page.html
diff --git a/appengine/swarming/elements/res/imp/botpage/bot-page.html b/appengine/swarming/elements/res/imp/botpage/bot-page.html
index 4e0ec31e8f05e09366f258a045a853a8ab79082a..5b13c6226ea0709842f15724c8fce75c1eb4453b 100644
--- a/appengine/swarming/elements/res/imp/botpage/bot-page.html
+++ b/appengine/swarming/elements/res/imp/botpage/bot-page.html
@@ -231,6 +231,16 @@
<td>Authenticated as</td>
<td colspan=2>[[_bot.authenticated_as]]</td>
</tr>
+ <template is="dom-if" if="[[_bot.lease_id]]">
+ <tr>
+ <td>Machine Provider Lease ID</td>
+ <td colspan=2>[[_bot.lease_id]]</td>
smut 2016/10/07 21:43:08 Can you linkify this or do I need to include that
+ </tr>
+ <tr>
+ <td>Machine Provider Lease Expires</td>
+ <td colspan=2>[[_bot.human_lease_expiration_ts]]</td>
+ </tr>
+ </template>
</table>
<span class="title">State</span>
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/elements/res/imp/botpage/bot-page-data.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698