Skip to content

Commit

Permalink
Merge pull request #588 from it-novum/ITC-775
Browse files Browse the repository at this point in the history
[*] add 60 and 90 days as selectable value in graphgenerator
  • Loading branch information
cfleck authored Jun 28, 2017
2 parents 5ae696c + 8c1bf8b commit b8cd0c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/View/Graphgenerators/index.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
604800 => __('Last 7 Days'),
1209600 => __('Last 14 Days'),
2592000 => __('Last 30 Days'),
5184000 => __('Last 60 Days'),
7776000 => __('Last 90 Days'),
];
$options = [
'options' => $relative_time_options,
Expand Down

0 comments on commit b8cd0c2

Please sign in to comment.