mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 09:08:10 +08:00

This commit makes most of the reports now lazy loaded, and making them benefits from graceful failures.
8 lines
128 B
JavaScript
8 lines
128 B
JavaScript
export default {
|
|
"/admin/reports/page_view_total_reqs": {
|
|
report: {
|
|
report_key: "page_view_total_reqs"
|
|
}
|
|
}
|
|
};
|