discourse/test/javascripts/fixtures/inactive-users.js.es6

20 lines
509 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default {
"/admin/reports/inactive_users": {
"report": {
"type": "inactive_users",
"title": "Inactive Users",
"xaxis": "Day",
"yaxis": "Number of new inactive users",
"description": "Number of users that havent logged on for the last 3 months",
"data": null,
"total": null,
"start_date": "2018-04-26",
"end_date": "2018-05-03",
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
}
}
};