2018-07-21 11:35:53 +08:00
|
|
|
<div class="sections">
|
|
|
|
{{plugin-outlet name="admin-dashboard-moderation-top"}}
|
2018-07-20 02:33:11 +08:00
|
|
|
|
2018-07-21 11:35:53 +08:00
|
|
|
<div class="moderators-activity section">
|
|
|
|
<div class="section-title">
|
|
|
|
<h2>
|
2018-11-07 07:26:52 +08:00
|
|
|
<a href="{{get-url '/admin/reports/moderators_activity'}}">
|
2018-07-21 11:35:53 +08:00
|
|
|
{{i18n "admin.dashboard.moderators_activity"}}
|
|
|
|
</a>
|
|
|
|
</h2>
|
|
|
|
{{period-chooser
|
|
|
|
period=period
|
|
|
|
action="changePeriod"
|
|
|
|
content=availablePeriods
|
|
|
|
fullDay=true}}
|
2018-07-20 02:33:11 +08:00
|
|
|
</div>
|
|
|
|
|
2018-07-21 11:35:53 +08:00
|
|
|
<div class="section-body">
|
2018-07-20 02:33:11 +08:00
|
|
|
{{admin-report
|
2018-07-27 13:22:00 +08:00
|
|
|
filters=filters
|
2018-07-21 11:35:53 +08:00
|
|
|
showHeader=false
|
|
|
|
dataSourceName="moderators_activity"}}
|
2018-07-20 02:33:11 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2018-07-21 11:35:53 +08:00
|
|
|
<div class="main-section">
|
|
|
|
{{admin-report
|
|
|
|
dataSourceName="flags_status"
|
|
|
|
reportOptions=flagsStatusOptions
|
2018-07-27 13:22:00 +08:00
|
|
|
filters=lastWeekfilters}}
|
2018-07-21 11:35:53 +08:00
|
|
|
|
|
|
|
{{admin-report
|
|
|
|
dataSourceName="post_edits"
|
2018-07-27 13:22:00 +08:00
|
|
|
filters=lastWeekfilters}}
|
2018-07-21 11:35:53 +08:00
|
|
|
|
2018-10-26 21:59:04 +08:00
|
|
|
{{admin-report
|
2018-11-13 05:23:10 +08:00
|
|
|
dataSourceName="user_flagging_ratio"
|
2018-10-26 21:59:04 +08:00
|
|
|
filters=lastWeekfilters
|
2018-11-13 05:23:10 +08:00
|
|
|
reportOptions=userFlaggingRatioOptions}}
|
2018-10-26 21:59:04 +08:00
|
|
|
|
2018-07-21 11:35:53 +08:00
|
|
|
{{plugin-outlet name="admin-dashboard-moderation-bottom"}}
|
|
|
|
</div>
|
|
|
|
</div>
|