You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by up...@apache.org on 2015/10/24 05:06:04 UTC

svn commit: r1710303 - in /lucene/dev/trunk/solr/webapp/web: admin.html index.html old.html

Author: upayavira
Date: Sat Oct 24 03:06:03 2015
New Revision: 1710303

URL: http://svn.apache.org/viewvc?rev=1710303&view=rev
Log:
SOLR-7858 Make Angular UI default in trunk

Added:
    lucene/dev/trunk/solr/webapp/web/old.html
      - copied, changed from r1710302, lucene/dev/trunk/solr/webapp/web/admin.html
Removed:
    lucene/dev/trunk/solr/webapp/web/admin.html
Modified:
    lucene/dev/trunk/solr/webapp/web/index.html

Modified: lucene/dev/trunk/solr/webapp/web/index.html
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/index.html?rev=1710303&r1=1710302&r2=1710303&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/index.html (original)
+++ lucene/dev/trunk/solr/webapp/web/index.html Sat Oct 24 03:06:03 2015
@@ -123,7 +123,7 @@ limitations under the License.
 
       <div class="new-ui-warning">
         This is an experimental UI. Report bugs <a class="ul" target="_blank" href="http://issues.apache.org/jira/browse/SOLR">here</a>.
-        For the old UI click <a class="ul" href="/solr/">here</a>
+        For the old UI click <a class="ul" href="/solr/old.html">here</a>
         <a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
       </div>
 

Copied: lucene/dev/trunk/solr/webapp/web/old.html (from r1710302, lucene/dev/trunk/solr/webapp/web/admin.html)
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/old.html?p2=lucene/dev/trunk/solr/webapp/web/old.html&p1=lucene/dev/trunk/solr/webapp/web/admin.html&r1=1710302&r2=1710303&rev=1710303&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/admin.html (original)
+++ lucene/dev/trunk/solr/webapp/web/old.html Sat Oct 24 03:06:03 2015
@@ -80,7 +80,7 @@ limitations under the License.
       </div>
 
       <div class="other-ui-link">
-        <a href="/solr/index.html">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
+        <a href="/solr/">New UI</a><a target="_blank" href="http://wiki.apache.org/solr/AngularUI">&nbsp;<span class="help"></span></a>
       </div>
 
       <div id="content-wrapper">