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

Unified Diff: appengine/swarming/ui/res/imp/taskpage/task-page.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
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-list.html ('k') | appengine/ui/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/taskpage/task-page.html
diff --git a/appengine/swarming/ui/res/imp/taskpage/task-page.html b/appengine/swarming/ui/res/imp/taskpage/task-page.html
index 8d447a4005404ee4fb2d4ad074b6673a8f5e4253..e63238485f20c002ff776eefb5a8d8cff318f2db 100644
--- a/appengine/swarming/ui/res/imp/taskpage/task-page.html
+++ b/appengine/swarming/ui/res/imp/taskpage/task-page.html
@@ -35,11 +35,11 @@
<link rel="import" href="/res/imp/bower_components/svg-piechart/svg-piechart.html">
<link rel="import" href="/res/imp/common/common-behavior.html">
-<link rel="import" href="/res/imp/common/interval-timer.html">
<link rel="import" href="/res/imp/common/single-page-style.html">
<link rel="import" href="/res/imp/common/swarming-app.html">
<link rel="import" href="/res/imp/common/task-behavior.html">
-<link rel="import" href="/res/imp/common/url-param.html">
+<link rel="import" href="/res/imp/shared/interval-timer.html">
+<link rel="import" href="/res/imp/shared/url-param.html">
<link rel="import" href="task-page-data.html">
<link rel="import" href="task-retry-prompt.html">
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-list.html ('k') | appengine/ui/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698