You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2017/05/25 17:36:23 UTC

[18/59] [abbrv] lucene-solr:jira/solr-8668: SOLR-10378: Clicking Solr logo on AdminUI shows blank page

SOLR-10378: Clicking Solr logo on AdminUI shows blank page


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

Branch: refs/heads/jira/solr-8668
Commit: afd70a48ccb81c44e81c182c50108e6981dfb6bf
Parents: 21384b5
Author: Jan Høydahl <ja...@apache.org>
Authored: Thu May 18 14:26:59 2017 +0200
Committer: Jan Høydahl <ja...@apache.org>
Committed: Thu May 18 14:26:59 2017 +0200

----------------------------------------------------------------------
 solr/CHANGES.txt           | 2 ++
 solr/webapp/web/index.html | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/afd70a48/solr/CHANGES.txt
----------------------------------------------------------------------
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 3237fde..ccc8f4f 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -163,6 +163,8 @@ Other Changes
 
 * SOLR-10042: Delete old deprecated Admin UI, leaving the AngularJS UI the only one supported (janhoy)
 
+* SOLR-10378: Clicking Solr logo on AdminUI shows blank page (Takumi Yoshida via janhoy)
+
 ==================  6.7.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.

http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/afd70a48/solr/webapp/web/index.html
----------------------------------------------------------------------
diff --git a/solr/webapp/web/index.html b/solr/webapp/web/index.html
index 923d1f1..ba86097 100644
--- a/solr/webapp/web/index.html
+++ b/solr/webapp/web/index.html
@@ -86,7 +86,7 @@ limitations under the License.
 
     <div id="header">
 
-      <a href="./" id="solr"><span>Apache SOLR</span></a>
+      <a href="#/" id="solr"><span>Apache SOLR</span></a>
 
       <p id="environment">&nbsp;</p>