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

Unified Diff: appengine/swarming/ui/res/imp/index/swarming-index.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
« no previous file with comments | « appengine/swarming/ui/build/elements.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-filters.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/swarming/ui/res/imp/index/swarming-index.html
diff --git a/appengine/swarming/ui/res/imp/index/swarming-index.html b/appengine/swarming/ui/res/imp/index/swarming-index.html
index 1b9fd7320e891f88217e47914e37d27f9f7671cf..bd586ffa09220febe57d03b86cef09376b67d035 100644
--- a/appengine/swarming/ui/res/imp/index/swarming-index.html
+++ b/appengine/swarming/ui/res/imp/index/swarming-index.html
@@ -208,7 +208,7 @@
},
_makeLogUrl: function(project_id) {
- return "https://pantheon.corp.google.com/logs/viewer?filters=status:500..599&project="+
+ return "https://console.cloud.google.com/logs/viewer?filters=status:500..599&project="+
project_id;
},
« no previous file with comments | « appengine/swarming/ui/build/elements.html ('k') | appengine/swarming/ui/res/imp/tasklist/task-filters.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698