FIX: improves reports resilience (#6239)
This commit makes most of the reports now lazy loaded, and making them benefits from graceful failures.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/flags": {
|
||||
report: {
|
||||
report_key: "flags"
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/likes": {
|
||||
report: {
|
||||
report_key: "likes"
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/page_view_total_reqs": {
|
||||
report: {
|
||||
report_key: "page_view_total_reqs"
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/time_to_first_response": {
|
||||
report: {
|
||||
report_key: "time_to_first_response"
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/user_to_user_private_messages_with_replies": {
|
||||
report: {
|
||||
report_key: "user_to_user_private_messages_with_replies"
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
"/admin/reports/visits": {
|
||||
report: {
|
||||
report_key: "posts"
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user