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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/templates/public_task_index.html
diff --git a/appengine/swarming/templates/public_swarming_index.html b/appengine/swarming/templates/public_task_index.html
similarity index 68%
copy from appengine/swarming/templates/public_swarming_index.html
copy to appengine/swarming/templates/public_task_index.html
index 65d57a20a5f298712625324b0f7fec158397a1c8..5d99f1531f98b3511fd0d565a2710538348485d3 100644
--- a/appengine/swarming/templates/public_swarming_index.html
+++ b/appengine/swarming/templates/public_task_index.html
@@ -8,7 +8,7 @@
<html>
<head>
- <title>Swarming Server</title>
+ <title>Task Page - Swarming</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
@@ -18,9 +18,11 @@
</head>
<body>
- <swarming-index
- client_id="{{client_id}}">
- </swarming-index>
+<!--TODO(kjlubick) change milo_prefix to be set via settings, like client_id-->
+ <task-page
+ client_id="{{client_id}}"
+ milo_prefix="https://luci-milo.appspot.com/swarming/task/">
+ </task-page>
</body>
</html>
« 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