| Index: appengine/swarming/ui/res/imp/common/swarming-app.html
|
| diff --git a/appengine/swarming/ui/res/imp/common/swarming-app.html b/appengine/swarming/ui/res/imp/common/swarming-app.html
|
| index 8295afaa0adbd487602cd6c7fe5f03876333c80f..f62911e4c5838aacfcb27a77ac234c44754efad8 100644
|
| --- a/appengine/swarming/ui/res/imp/common/swarming-app.html
|
| +++ b/appengine/swarming/ui/res/imp/common/swarming-app.html
|
| @@ -27,7 +27,7 @@
|
| auth_headers: Object, Use this as an argument to sk.request to set oauth2 headers.
|
| permissions: Object, {String:Boolean} of permissions to perform various
|
| behaviors, such as terminate_bot.
|
| - server_details: Object, containing mutliple Strings including:
|
| + server_details: Object, containing multiple Strings including:
|
| server_version: what git revision the server is using.
|
| bot_version: A hash of the bot code being distributed. Isn't associated
|
| with any git revisions
|
| @@ -49,9 +49,10 @@
|
| <link rel="import" href="/res/imp/bower_components/paper-menu/paper-menu.html">
|
| <link rel="import" href="/res/imp/bower_components/paper-spinner/paper-spinner-lite.html">
|
|
|
| -<link rel="import" href="auth-signin.html">
|
| +<link rel="import" href="/res/imp/shared/auth-signin.html">
|
| +<link rel="import" href="/res/imp/shared/error-toast.html">
|
| +
|
| <link rel="import" href="common-behavior.html">
|
| -<link rel="import" href="error-toast.html">
|
|
|
| <dom-module id="swarming-app">
|
| <template>
|
|
|