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

Side by Side Diff: appengine/swarming/templates/public_task_index.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
« no previous file with comments | « appengine/swarming/elements/res/imp/taskpage/task-page-demo.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2016 The LUCI Authors. All rights reserved. 2 Copyright 2016 The LUCI Authors. All rights reserved.
3 Use of this source code is governed under the Apache License, Version 2.0 3 Use of this source code is governed under the Apache License, Version 2.0
4 that can be found in the LICENSE file. 4 that can be found in the LICENSE file.
5 --> 5 -->
6 6
7 <!DOCTYPE html> 7 <!DOCTYPE html>
8 <html> 8 <html>
9 9
10 <head> 10 <head>
11 <title>Swarming Server</title> 11 <title>Task Page - Swarming</title>
12 <meta charset="utf-8"> 12 <meta charset="utf-8">
13 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 13 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
14 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes"> 14 <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial- scale=1, user-scalable=yes">
15 15
16 <script src="/res/js/js.js"></script> 16 <script src="/res/js/js.js"></script>
17 <link rel="import" href="/res/elements.html"> 17 <link rel="import" href="/res/elements.html">
18 </head> 18 </head>
19 19
20 <body> 20 <body>
21 <swarming-index 21 <!--TODO(kjlubick) change milo_prefix to be set via settings, like client_id-->
22 client_id="{{client_id}}"> 22 <task-page
23 </swarming-index> 23 client_id="{{client_id}}"
24 milo_prefix="https://luci-milo.appspot.com/swarming/task/">
25 </task-page>
24 </body> 26 </body>
25 27
26 </html> 28 </html>
OLDNEW
« no previous file with comments | « appengine/swarming/elements/res/imp/taskpage/task-page-demo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698