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/06/12 00:05:44 UTC

svn commit: r1349046 - /lucene/dev/trunk/solr/webapp/web/js/scripts/dashboard.js

Author: hossman
Date: Mon Jun 11 22:05:44 2012
New Revision: 1349046

URL: http://svn.apache.org/viewvc?rev=1349046&view=rev
Log:
clarify healthcheck disabled message

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

Modified: lucene/dev/trunk/solr/webapp/web/js/scripts/dashboard.js
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/js/scripts/dashboard.js?rev=1349046&r1=1349045&r2=1349046&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/js/scripts/dashboard.js (original)
+++ lucene/dev/trunk/solr/webapp/web/js/scripts/dashboard.js Mon Jun 11 22:05:44 2012
@@ -524,7 +524,7 @@ sammy.get
                             
               $( '.message', this )
                 .show()
-                .html( 'Ping request handler is not configured.' );
+                .html( 'Ping request handler is not configured with a healthcheck file.' );
             },
             complete : function( xhr, text_status )
             {