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

Side by Side 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, 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 unified diff | Download patch
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>Botlist filler</title> 11 <title>Swarming Bot List</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 </head> 15
16 <script src="/res/js/webcomponents-lite.min.js"></script>
17 <script src="/res/js/common.js"></script>
18 <link rel="import" href="/res/elements.html">
19 </head>
16 20
17 <body> 21 <body>
18 <h1>Botlist filler<h1> 22 <bot-list></bot-list>
19 </body> 23 </body>
20 24
21 </html> 25 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698