Merge "Change default period of all graphs to 1 week"

This commit is contained in:
Jenkins 2017-03-30 18:06:30 +00:00 committed by Gerrit Code Review
commit 94afaff0d6
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ var periodsService = function() {
'preference': {'hours': 12}},
'hour': {'min': {'hours': 12},
'max': {'months': 1},
'preference': {'months': 1}},
'preference': {'weeks': 1}},
'day': {'min': {'hours': 48},
'max': null,
'preference': {'months': 3}}
@ -45,7 +45,7 @@ var periodsService = function() {
'preference': {'hours': 12}},
'hour': {'min': {'hours': 12},
'max': {'months': 3},
'preference': {'months': 1}},
'preference': {'weeks': 1}},
'day': {'min': {'hours': 48},
'max': null,
'preference': {'months': 3}}