We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b1c36 commit 37b2025Copy full SHA for 37b2025
js/src/dashboard.js
@@ -58,6 +58,7 @@ var dtf = require("./dateformat.js");
58
showCustomRangeLabel: false,
59
ranges: {
60
'Today': [moment().startOf('day'), moment().endOf('day')],
61
+ 'This week': [moment().startOf('week'), moment().endOf('week')],
62
'Last 7 Days': [moment().startOf('day').subtract(6, 'days'), moment().endOf('day')],
63
'Last 30 Days': [moment().startOf('day').subtract(29, 'days'), moment().endOf('day')],
64
'Last 90 Days': [moment().startOf('day').subtract(89, 'days'), moment().endOf('day')],
0 commit comments