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

Unified Diff: appengine/swarming/elements/res/imp/botlist/bot-list-demo.html

Issue 2227803002: Mirror filters and sort preferences to url-params (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@use-dimensions
Patch Set: Tweak docs 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
Index: appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html b/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
index 8ffe5db6d6ce33bb4750f672be8d9389c99cf271..a001bd6e2814f3e53595a4b7aa8e72ba325b4405 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
@@ -12,6 +12,7 @@
<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">
<script src="../bower_components/webcomponentsjs/webcomponents-lite.js"></script>
+ <script src="../../../node_modules/skia-common-js/common.js"></script>
<script src="/res/js/common.js"></script>
<script src="../../../node_modules/sinon/pkg/sinon-1.17.5.js"></script>
<!-- Makes a var called data-->
@@ -61,7 +62,9 @@
</head>
<body>
-<bot-list></bot-list>
+<bot-list
+ client_id="20770472288-t5smpbpjptka4nd888fv0ctd23ftba2o.apps.googleusercontent.com">
+</bot-list>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698