diff --git a/solr/webapp/web/js/angular/app.js b/solr/webapp/web/js/angular/app.js index d7e4b1f5503..3986a74d1d9 100644 --- a/solr/webapp/web/js/angular/app.js +++ b/solr/webapp/web/js/angular/app.js @@ -137,7 +137,7 @@ solrAdminApp.config([ IS_ROOT_PAGE: 1, IS_CORE_PAGE: 2, IS_COLLECTION_PAGE: 3, - ROOT_URL: "/index.html" + ROOT_URL: "/" }) .filter('highlight', function($sce) { return function(input, lang) {