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

Unified Diff: appengine/swarming/ui/res/imp/common/swarming-app.html

Issue 2991303002: Add in OAuth authentication to Isolate Polymer UI (Closed)
Patch Set: Fix GET request for server_details Created 3 years, 4 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/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>
« no previous file with comments | « appengine/swarming/ui/res/imp/common/sort-toggle.html ('k') | appengine/swarming/ui/res/imp/common/url-param.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698