Show silverstripe ModelAdmin by default
silverstripe
Solution
You can set the default admin panel by adding the following your `config.yml` file:
AdminRootController:
default_panel: 'NumberOneSuperAwesomeAdmin'
Problem
I want to have a ModelAdmin interface show up as the default rather than Pages - is there a way to do this?