Chromium Code Reviews| 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> |