Commit dd4d012c by Kálmán Viktor

dashboard: add 6 months to graph time options

also change 1 month to 30 days instead of 4 weeks
parent 0107aa6d
...@@ -540,7 +540,8 @@ class GraphMixin(object): ...@@ -540,7 +540,8 @@ class GraphMixin(object):
{'time': "1h", 'name': _("1 hour")}, {'time': "1h", 'name': _("1 hour")},
{'time': "1d", 'name': _("1 day")}, {'time': "1d", 'name': _("1 day")},
{'time': "1w", 'name': _("1 week")}, {'time': "1w", 'name': _("1 week")},
{'time': "4w", 'name': _("1 month")}, {'time': "30d", 'name': _("1 month")},
{'time': "26w", 'name': _("6 months")},
] ]
default_graph_time = "6h" default_graph_time = "6h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment