mirror of https://github.com/apache/lucene.git
SOLR-7896: Followup fix to non-working core dropdown
This commit is contained in:
parent
774e9aefbc
commit
04e05782a3
|
@ -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'
|
||||
}).
|
||||
|
|
Loading…
Reference in New Issue