Skip to content

Commit

Permalink
fix(dashboard): improve no-notes dashboard widget date range
Browse files Browse the repository at this point in the history
closes #447
  • Loading branch information
sleidig committed Jun 3, 2020
1 parent 0c15d3b commit 1ca4b84
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div fxLayout="row wrap" fxLayout.xs="column wrap" fxLayoutGap="20px" class='widget-wrapper'>
<app-children-count-dashboard fxFlex='30'></app-children-count-dashboard>
<app-recent-notes-dashboard fxFlex='30'></app-recent-notes-dashboard>
<app-no-recent-notes-dashboard fxFlex='30' [sinceDays]='6'></app-no-recent-notes-dashboard>
<app-no-recent-notes-dashboard fxFlex='30' [sinceDays]='7'></app-no-recent-notes-dashboard>
<app-attendance-week-dashboard fxFlex='30' [daysOffset]='0' periodLabel='last week'></app-attendance-week-dashboard>
<app-attendance-week-dashboard fxFlex='30' [daysOffset]='7' periodLabel='this week'></app-attendance-week-dashboard>
<app-progress-dashboard [dashboardConfigId]='"1"' fxFlex="30"></app-progress-dashboard>
Expand Down

0 comments on commit 1ca4b84

Please sign in to comment.