discourse/test/javascripts/fixtures/dashboard-next.js.es6

147 lines
3.3 KiB
JavaScript

export default {
"/admin/dashboard-next.json": {
"global_reports": [{
"type": "signups",
"title": "New Users",
"xaxis": "Day",
"yaxis": "Number of new users",
"data": [{
"x": "2018-04-11",
"y": 10
}, {
"x": "2018-04-12",
"y": 10
}, {
"x": "2018-04-13",
"y": 58
}, {
"x": "2018-04-15",
"y": 10
}, {
"x": "2018-04-16",
"y": 10
}, {
"x": "2018-04-17",
"y": 19
}, {
"x": "2018-04-19",
"y": 19
}],
"total": 136,
"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
}, {
"type": "topics",
"title": "Topics",
"xaxis": "Day",
"yaxis": "Number of new topics",
"data": [{
"x": "2018-04-11",
"y": 10
}, {
"x": "2018-04-12",
"y": 10
}, {
"x": "2018-04-13",
"y": 60
}, {
"x": "2018-04-15",
"y": 10
}, {
"x": "2018-04-16",
"y": 10
}, {
"x": "2018-04-17",
"y": 10
}, {
"x": "2018-04-19",
"y": 10
}, {
"x": "2018-04-20",
"y": 1
}],
"total": 121,
"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
}, {
"type": "trending_search",
"title": "Trending search",
"xaxis": "translation missing: en.reports.trending_search.xaxis",
"yaxis": "translation missing: en.reports.trending_search.yaxis",
"data": [
["lon", 3, 1],
["pub", 1, 1],
["something", 1, 1]
],
"total": null,
"start_date": "2018-03-26T00:00:00.000Z",
"end_date": "2018-04-25T23:59:59.999Z",
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": ["Term", "Searches", "Unique"]
}],
"user_reports": [{
"type": "users_by_trust_level",
"title": "Users per Trust Level",
"xaxis": "Trust Level",
"yaxis": "Number of Users",
"data": [{
"x": 0,
"y": 132
}, {
"x": 1,
"y": 1
}, {
"x": 3,
"y": 1
}, {
"x": 2,
"y": 1
}, {
"x": 4,
"y": 1
}],
"total": null,
"start_date": "2018-03-26T00:00:00.000Z",
"end_date": "2018-04-25T23:59:59.999Z",
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
}, {
"type": "users_by_type",
"title": "Users per Type",
"xaxis": "Type",
"yaxis": "Number of Users",
"data": [{
"x": "Admin",
"y": 1
}],
"total": null,
"start_date": "2018-03-26T00:00:00.000Z",
"end_date": "2018-04-25T23:59:59.999Z",
"category_id": null,
"group_id": null,
"prev30Days": null,
"labels": null
}],
"last_backup_taken_at": "2018-04-13T12:51:19.926Z",
"updated_at": "2018-04-25T08:06:11.292Z",
"disk_space": {
"uploads_used": "74.5 KB",
"uploads_free": "117 GB",
"backups_used": "4.24 GB",
"backups_free": "117 GB"
}
}
};