mirror of https://github.com/apache/lucene.git
be more specific: only the admin ui requires having at least on SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1377867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
682123b2fe
commit
69d8555ea8
|
@ -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....
|
||||
|
|
Loading…
Reference in New Issue