mirror of https://github.com/apache/lucene.git
SOLR-7858 Make default URL=/
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1712260 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c27fd899f
commit
25b6b40242
|
@ -137,7 +137,7 @@ solrAdminApp.config([
|
||||||
IS_ROOT_PAGE: 1,
|
IS_ROOT_PAGE: 1,
|
||||||
IS_CORE_PAGE: 2,
|
IS_CORE_PAGE: 2,
|
||||||
IS_COLLECTION_PAGE: 3,
|
IS_COLLECTION_PAGE: 3,
|
||||||
ROOT_URL: "/index.html"
|
ROOT_URL: "/"
|
||||||
})
|
})
|
||||||
.filter('highlight', function($sce) {
|
.filter('highlight', function($sce) {
|
||||||
return function(input, lang) {
|
return function(input, lang) {
|
||||||
|
|
Loading…
Reference in New Issue