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

Side by Side Diff: appengine/swarming/elements/elements.html

Issue 2337363003: Create boilerplate for task-page (Closed) Base URL: git@github.com:luci/luci-py@refactor-task
Patch Set: Address whitespace Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <!-- 4 <!--
5 The full set of web components needed for any swarming app. 5 The full set of web components needed for any swarming app.
6 By making all apps use the same core, vulcanized file, we can better 6 By making all apps use the same core, vulcanized file, we can better
7 use caching, as the one large file can be reused across sites. 7 use caching, as the one large file can be reused across sites.
8 --> 8 -->
9 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html"> 9 <link rel="import" href="/res/imp/bower_components/polymer/polymer.html">
10 10
11 <!-- List all the top-level elements here--> 11 <!-- List all the top-level elements here-->
12 <link rel="import" href="/res/imp/index/swarming-index.html" /> 12 <link rel="import" href="/res/imp/index/swarming-index.html" />
13 <link rel="import" href="/res/imp/botlist/bot-list.html" /> 13 <link rel="import" href="/res/imp/botlist/bot-list.html" />
14 <link rel="import" href="/res/imp/tasklist/task-list.html" /> 14 <link rel="import" href="/res/imp/tasklist/task-list.html" />
15 <link rel="import" href="/res/imp/botpage/bot-page.html" /> 15 <link rel="import" href="/res/imp/botpage/bot-page.html" />
16 <link rel="import" href="/res/imp/taskpage/task-page.html" />
16 </head> 17 </head>
OLDNEW
« no previous file with comments | « appengine/swarming/elements/build/elements.html ('k') | appengine/swarming/elements/res/imp/taskpage/task-page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698