You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2018/12/14 13:40:20 UTC

lucene-solr:master: SOLR-7896: Followup fix to non-working core dropdown

Repository: lucene-solr
Updated Branches:
  refs/heads/master 774e9aefb -> 04e05782a


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


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/04e05782
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/04e05782
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/04e05782

Branch: refs/heads/master
Commit: 04e05782a37004a501a2c84477d1121b75cace03
Parents: 774e9ae
Author: Jan Høydahl <ja...@apache.org>
Authored: Fri Dec 14 14:40:02 2018 +0100
Committer: Jan Høydahl <ja...@apache.org>
Committed: Fri Dec 14 14:40:02 2018 +0100

----------------------------------------------------------------------
 solr/webapp/web/js/angular/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/04e05782/solr/webapp/web/js/angular/app.js
----------------------------------------------------------------------
diff --git a/solr/webapp/web/js/angular/app.js b/solr/webapp/web/js/angular/app.js
index cb04ba3..eb442d8 100644
--- a/solr/webapp/web/js/angular/app.js
+++ b/solr/webapp/web/js/angular/app.js
@@ -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'
       }).