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

Unified Diff: appengine/swarming/templates/public_tasklist_index.html

Issue 2249143002: Make TaskList use Dynamic List (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address comments Created 4 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/elements/res/imp/tasklist/task-list-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_tasklist_index.html
diff --git a/appengine/swarming/templates/public_botlist_index.html b/appengine/swarming/templates/public_tasklist_index.html
similarity index 88%
copy from appengine/swarming/templates/public_botlist_index.html
copy to appengine/swarming/templates/public_tasklist_index.html
index 7d71a54aa62fb621a1d0f1a834f1dffe9f776408..4746cf08e4344b543d6d121bb9b5d50063e385cd 100644
--- a/appengine/swarming/templates/public_botlist_index.html
+++ b/appengine/swarming/templates/public_tasklist_index.html
@@ -8,7 +8,7 @@
<html>
<head>
- <title>Swarming Bot List</title>
+ <title>Swarming Task List</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,9 @@
</head>
<body>
- <bot-list
+ <task-list
client_id="{{client_id}}">
- </bot-list>
+ </task-list>
</body>
</html>
« no previous file with comments | « appengine/swarming/elements/res/imp/tasklist/task-list-demo.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698