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

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

Issue 2359993002: Medium sized improvements to bot-list and task-list (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: condense loop Created 4 years, 3 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-filters.html
diff --git a/appengine/swarming/elements/res/imp/botlist/bot-filters.html b/appengine/swarming/elements/res/imp/botlist/bot-filters.html
index 0c0b67b7ba6c329ba47ff277c225c734db5b002d..4e5ae28af0dc6a75816ce80dbf5b41ba76814069 100644
--- a/appengine/swarming/elements/res/imp/botlist/bot-filters.html
+++ b/appengine/swarming/elements/res/imp/botlist/bot-filters.html
@@ -68,25 +68,25 @@
</style>
- <url-param name="filters"
+ <url-param name="f"
value="{{_filters}}"
default_values="[]"
multi>
</url-param>
- <url-param name="columns"
+ <url-param name="c"
value="{{columns}}"
default_values='["id","os","task","status"]'
multi>
</url-param>
- <url-param name="query"
+ <url-param name="q"
value="{{_query}}"
default_value="">
</url-param>
- <url-param name="verbose"
+ <url-param name="v"
value="{{verbose}}">
</url-param>
- <url-param name="_limit"
- default_value="200"
+ <url-param name="l"
+ default_value="100"
value="{{_limit}}">
</url-param>
« no previous file with comments | « appengine/swarming/elements/build/js/js.js ('k') | appengine/swarming/elements/res/imp/botlist/bot-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698