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

Unified Diff: appengine/swarming/elements/botlist-index.html

Issue 2182693002: Add new botlist for swarming (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@app-wrapper
Patch Set: Adjust font and layout a bit more Created 4 years, 5 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
Index: appengine/swarming/elements/botlist-index.html
diff --git a/appengine/swarming/elements/botlist-index.html b/appengine/swarming/elements/botlist-index.html
index a8af24d89c19f7241cb7d89ade27a8ceb10c16ef..830b7ccb52e512eb5e584f63fb4f3eab5232384e 100644
--- a/appengine/swarming/elements/botlist-index.html
+++ b/appengine/swarming/elements/botlist-index.html
@@ -8,14 +8,18 @@
<html>
<head>
- <title>Botlist filler</title>
+ <title>Swarming Bot 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">
- </head>
+
+ <script src="/res/js/webcomponents-lite.min.js"></script>
+ <script src="/res/js/common.js"></script>
+ <link rel="import" href="/res/elements.html">
+</head>
<body>
- <h1>Botlist filler<h1>
+ <bot-list></bot-list>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698