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

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

Issue 2269643002: Extract shared filters and aliasing code (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-py@master
Patch Set: Address nit 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 a001bd6e2814f3e53595a4b7aa8e72ba325b4405..88898aaee37d13ed5277c04d9035bb54535619dd 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-list-demo.html
@@ -14,6 +14,7 @@
<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="/res/js/alias.js"></script>
<script src="../../../node_modules/sinon/pkg/sinon-1.17.5.js"></script>
<!-- Makes a var called data-->
<script type="text/javascript" src="bot-list-demo.json"></script>

Powered by Google App Engine
This is Rietveld 408576698