You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/08/27 23:09:46 UTC

svn commit: r1377867 - /lucene/dev/trunk/solr/webapp/web/js/scripts/app.js

Author: hossman
Date: Mon Aug 27 21:09:45 2012
New Revision: 1377867

URL: http://svn.apache.org/viewvc?rev=1377867&view=rev
Log:
be more specific: only the admin ui requires having at least on SolrCore

Modified:
    lucene/dev/trunk/solr/webapp/web/js/scripts/app.js

Modified: lucene/dev/trunk/solr/webapp/web/js/scripts/app.js
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/js/scripts/app.js?rev=1377867&r1=1377866&r2=1377867&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/js/scripts/app.js (original)
+++ lucene/dev/trunk/solr/webapp/web/js/scripts/app.js Mon Aug 27 21:09:45 2012
@@ -258,8 +258,7 @@ var solr_admin = function( app_config )
           {
             show_global_error
             (
-              '<div class="message">There are no SolrCores running — for the current functionality ' +
-              'we require at least one SolrCore, sorry :)</div>'
+              '<div class="message">There are no SolrCores running. <br/> Using the Solr Admin UI currently requires at least one SolrCore.</div>'
             );
             return;
           } // else: we have at least one core....