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

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

Issue 2696613007: Add the ability to filter by time to task list. (Closed)
Patch Set: Add lots of docs and rework setDate Created 3 years, 10 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/ui/res/imp/tasklist/task-list-demo.html
diff --git a/appengine/swarming/ui/res/imp/tasklist/task-list-demo.html b/appengine/swarming/ui/res/imp/tasklist/task-list-demo.html
index da9ffcdcfcb5510c0d576a4453df10f7d501fac4..bed7ae6899e930d8b5c62112eea163fcd0d01358 100644
--- a/appengine/swarming/ui/res/imp/tasklist/task-list-demo.html
+++ b/appengine/swarming/ui/res/imp/tasklist/task-list-demo.html
@@ -77,7 +77,7 @@
server.respondWith("GET", /^\/api\/swarming\/v1\/server\/details/, JSON.stringify(details));
var countDetails = {
- count: 450,
+ count: 450000,
}
server.respondWith("GET", /^\/api\/swarming\/v1\/tasks\/count/, function(request){
« no previous file with comments | « appengine/swarming/ui/res/imp/tasklist/task-list.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-list-summary.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698