SOLR-7896: Followup fix to non-working core dropdown

This commit is contained in:
Jan Høydahl 2018-12-14 14:40:02 +01:00
parent 774e9aefbc
commit 04e05782a3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ solrAdminApp.config([
templateUrl: 'partials/cluster_suggestions.html',
controller: 'ClusterSuggestionsController'
}).
when('/:core', {
when('/:core/core-overview', {
templateUrl: 'partials/core_overview.html',
controller: 'CoreOverviewController'
}).