mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
inactive users report is not used anymore
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
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 haven’t 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
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user