| Index: appengine/swarming/elements/res/imp/common/swarming-app.html
|
| diff --git a/appengine/swarming/elements/res/imp/common/swarming-app.html b/appengine/swarming/elements/res/imp/common/swarming-app.html
|
| index d5e2ca04a9292330338661268083617b2421b845..071fb9dc821654e4fbbe11429a54b386aa76bfce 100644
|
| --- a/appengine/swarming/elements/res/imp/common/swarming-app.html
|
| +++ b/appengine/swarming/elements/res/imp/common/swarming-app.html
|
| @@ -86,7 +86,8 @@
|
| <auth-signin
|
| class="right"
|
| client-id="20770472288-t5smpbpjptka4nd888fv0ctd23ftba2o.apps.googleusercontent.com"
|
| - auth-headers="{{auth_headers}}">
|
| + auth-headers="{{auth_headers}}"
|
| + signed-in="{{signed_in}}">
|
| </auth-signin>
|
| </app-toolbar>
|
| </app-header>
|
| @@ -104,6 +105,12 @@
|
| type: Object,
|
| notify: true,
|
| },
|
| + signed_in: {
|
| + type: Boolean,
|
| + value: false,
|
| + notify:true,
|
| + },
|
| +
|
| busy: {
|
| type: Boolean,
|
| },
|
|
|