Custom Dashboard View
aveedibya opened this issue · 1 comments
aveedibya commented
Is your feature request related to a problem? Please describe.
While the dashboard statistics can be easily switched off, we always land on a blank page when we sign in to the Admin Portal.
Describe proposed solution(s)
Allow the dashboard page to be overwritten by a custom partial view.
Additional context
We would like to add metrics relevant to our app, navigation links, etc. on the dashboard landing view of the Admin Portal.
codealchemy commented
I think the easiest way to do this at the moment is by overriding app/views/rails_admin/main/dashboard.html.erb
in your app (though depending on what you'd like to present on that page you may want to override the action as well).