mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 02:53:41 +08:00
01c061d20d
* cache CORE reports * adds backups/uploads section * few css tweaks
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
export default Discourse.Route.extend({
|
|
setupController(controller) {
|
|
controller.fetchDashboard();
|
|
}
|
|
});
|