{{#if foundProblems}}
{{i18n admin.dashboard.problems_found}}
{{#each problem in problems}}
- {{{problem}}}
{{/each}}
{{i18n admin.dashboard.last_checked}}: {{problemsTimestamp}}
{{else}}
{{#if thereWereProblems}}
{{i18n admin.dashboard.no_problems}}
{{/if}}
{{/if}}
{{#if Discourse.SiteSettings.version_checks}}
{{ render 'admin/templates/version_checks' controller }}
{{/if}}
|
0 |
1 |
2 |
3 |
4 |
{{#unless loading}}
{{ render 'admin/templates/reports/trust_levels_report' users_by_trust_level tagName="tbody" }}
{{/unless}}
{{i18n admin.dashboard.admins}} |
{{#link-to 'adminUsersList.admins'}}{{admins}}{{/link-to}} |
{{i18n admin.dashboard.suspended}} |
{{#link-to 'adminUsersList.suspended'}}{{suspended}}{{/link-to}} |
{{i18n admin.dashboard.moderators}} |
{{#link-to 'adminUsersList.moderators'}}{{moderators}}{{/link-to}} |
{{i18n admin.dashboard.blocked}} |
{{#link-to 'adminUsersList.blocked'}}{{blocked}}{{/link-to}} |
|
{{i18n admin.dashboard.reports.today}} |
{{i18n admin.dashboard.reports.yesterday}} |
{{i18n admin.dashboard.reports.last_7_days}} |
{{i18n admin.dashboard.reports.last_30_days}} |
{{i18n admin.dashboard.reports.all}} |
{{#unless loading}}
{{ render 'admin_report_counts' signups }}
{{ render 'admin_report_counts' topics }}
{{ render 'admin_report_counts' posts }}
{{ render 'admin_report_counts' likes }}
{{ render 'admin_report_counts' flags }}
{{ render 'admin_report_counts' bookmarks }}
{{ render 'admin_report_counts' starred }}
{{ render 'admin_report_counts' emails }}
{{/unless}}
{{i18n admin.dashboard.private_messages_short}} |
{{i18n admin.dashboard.reports.today}} |
{{i18n admin.dashboard.reports.yesterday}} |
{{i18n admin.dashboard.reports.last_7_days}} |
{{i18n admin.dashboard.reports.last_30_days}} |
{{i18n admin.dashboard.reports.all}} |
{{#unless loading}}
{{ render 'admin_report_counts' user_to_user_private_messages }}
{{ render 'admin_report_counts' system_private_messages }}
{{ render 'admin_report_counts' notify_moderators_private_messages }}
{{ render 'admin_report_counts' notify_user_private_messages }}
{{ render 'admin_report_counts' moderator_warning_private_messages }}
{{/unless}}
|
{{i18n admin.dashboard.reports.today}} |
{{i18n admin.dashboard.reports.yesterday}} |
{{i18n admin.dashboard.reports.7_days_ago}} |
{{i18n admin.dashboard.reports.30_days_ago}} |
{{#unless loading}}
{{ render 'admin/templates/reports/per_day_counts_report' visits tagName="tbody"}}
{{/unless}}