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

Unified Diff: appengine/swarming/elements/res/imp/tasklist/task-filters.html

Issue 2361913002: Add custom filter to bot-list and task-list (Closed) Base URL: git@github.com:luci/luci-py@master
Patch Set: Rebuild 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
« no previous file with comments | « appengine/swarming/elements/res/imp/common/query-column-filter-behavior.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/elements/res/imp/tasklist/task-filters.html
diff --git a/appengine/swarming/elements/res/imp/tasklist/task-filters.html b/appengine/swarming/elements/res/imp/tasklist/task-filters.html
index b90da1a483887c6038c3643439c3ee38e8dbb504..a2eaec58b1dc668fd1e75434f274948bda2df0a0 100644
--- a/appengine/swarming/elements/res/imp/tasklist/task-filters.html
+++ b/appengine/swarming/elements/res/imp/tasklist/task-filters.html
@@ -23,6 +23,8 @@
Events:
None.
-->
+
+<link rel="import" href="/res/imp/bower_components/iron-a11y-keys/iron-a11y-keys.html">
<link rel="import" href="/res/imp/bower_components/iron-flex-layout/iron-flex-layout-classes.html">
<link rel="import" href="/res/imp/bower_components/iron-icons/iron-icons.html">
<link rel="import" href="/res/imp/bower_components/iron-selector/iron-selector.html">
@@ -76,10 +78,11 @@
<div class="narrow-down-selector">
<div>
+ <iron-a11y-keys target="[[_filter_input]]" keys="enter" on-keys-pressed="_manuallyAddFilter"></iron-a11y-keys>
<paper-input id="filter"
- label="Search columns and filters"
- placeholder="gpu nvidia"
- value="{{_query}}">
+ label="Search columns and filters or supply a filter and press enter"
+ placeholder="gpu nvidia pool:Chrome"
+ value="{{_query::input}}">
</paper-input>
</div>
« no previous file with comments | « appengine/swarming/elements/res/imp/common/query-column-filter-behavior.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698