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

Unified Diff: appengine/swarming/handlers_frontend.py

Issue 2918353002: Swarming UI: Added piechart for timing information. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | appengine/swarming/ui/bower.json » ('j') | appengine/swarming/ui/bower.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/handlers_frontend.py
diff --git a/appengine/swarming/handlers_frontend.py b/appengine/swarming/handlers_frontend.py
index 6ed639b0df166b13b521ef90662c7876176eef45..e28c9d258307642d457f4dd6f833b410848a197d 100644
--- a/appengine/swarming/handlers_frontend.py
+++ b/appengine/swarming/handlers_frontend.py
@@ -233,6 +233,7 @@ class UIHandler(auth.AuthenticatingHandler):
params = {
'client_id': config.settings().ui_client_id,
+ #'client_id': 525190223929-uban7ac2410omu2a9e65jvpe8b4rkmue.apps.googleusercontent.com,
Ryan Tseng 2017/06/05 22:25:48 Remove this entirely.
Sergey Berezin (google) 2017/06/05 22:43:02 Remove this from the final code. For local dev_ap
ayanaadylova 2017/06/06 01:25:01 Done.
ayanaadylova 2017/06/06 01:25:01 Done.
}
# Can cache for 1 week, because the only thing that would change in this
# template is the oauth client id, which changes very infrequently.
« no previous file with comments | « no previous file | appengine/swarming/ui/bower.json » ('j') | appengine/swarming/ui/bower.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698