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

Unified Diff: appengine/swarming/ui/res/imp/tasklist/task-list.html

Issue 2513613002: Add informational messages to clarify what can be filtered on. (Closed)
Patch Set: Tweak spacing Created 4 years, 1 month 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/ui/res/imp/tasklist/task-filters.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/tasklist/task-list.html
diff --git a/appengine/swarming/ui/res/imp/tasklist/task-list.html b/appengine/swarming/ui/res/imp/tasklist/task-list.html
index 203a6a98f90e498fe132a794e164bb39f6696990..5b09a4d33e1d7b6f7b4f5d1b77143c2c1482c58f 100644
--- a/appengine/swarming/ui/res/imp/tasklist/task-list.html
+++ b/appengine/swarming/ui/res/imp/tasklist/task-list.html
@@ -83,6 +83,8 @@
<task-filters
primary_map="[[_primary_map]]"
primary_arr="[[_primary_arr]]"
+ special_columns="[[_specialColumns]]"
+
columns="{{_columns}}"
query_params="{{_query_params}}"
filter="{{_filter}}">
@@ -289,6 +291,12 @@
},
};
var headerMap = {
+ "abandoned_ts": "Abandoned On",
+ "completed_ts": "Completed On",
+ "created_ts": "Created On",
+ "duration": "Duration",
+ "modified_ts": "Last Modified",
+ "started_ts": "Started Working On",
"user": "Requesting User",
};
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-filters.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698