Skip to content

Commit

Permalink
Bug 1257509 - Add a "last 2 days" time interval
Browse files Browse the repository at this point in the history
  • Loading branch information
wlach committed Mar 24, 2016
1 parent 4152204 commit 8b8cc4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/js/values.js
Expand Up @@ -168,6 +168,7 @@ treeherder.value("phCompareDefaultNewRepo", "try");

treeherder.value("phTimeRanges", [
{ "value":86400, "text": "Last day" },
{ "value":86400*2, "text": "Last 2 days" },
{ "value":604800, "text": "Last 7 days" },
{ "value":1209600, "text": "Last 14 days" },
{ "value":2592000, "text": "Last 30 days" },
Expand Down

0 comments on commit 8b8cc4b

Please sign in to comment.