2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/test/javascripts/fixtures/topics.js.es6

20 lines
439 B
Text
Raw Normal View History

2018-04-25 10:28:41 +02:00
export default {
"/admin/reports/topics": {
"report": {
"type": "topics",
"title": "Topics",
"xaxis": "Day",
"yaxis": "Number of new topics",
"data": null,
"total": null,
2018-04-25 10:28:41 +02:00
"start_date": "2018-03-26T00:00:00.000Z",
"end_date": "2018-04-25T23:59:59.999Z",
"category_id": null,
"group_id": null,
"prev30Days": 0,
"labels": null,
"report_key": ""
2018-04-25 10:28:41 +02:00
}
}
};