You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ry...@apache.org on 2012/03/06 18:50:14 UTC

svn commit: r1297601 - /lucene/dev/trunk/solr/webapp/web/js/scripts/logging.js

Author: ryan
Date: Tue Mar  6 17:50:13 2012
New Revision: 1297601

URL: http://svn.apache.org/viewvc?rev=1297601&view=rev
Log:
SOLR-3208: adding a note that the logging is just a stub...

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

Modified: lucene/dev/trunk/solr/webapp/web/js/scripts/logging.js
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/webapp/web/js/scripts/logging.js?rev=1297601&r1=1297600&r2=1297601&view=diff
==============================================================================
--- lucene/dev/trunk/solr/webapp/web/js/scripts/logging.js (original)
+++ lucene/dev/trunk/solr/webapp/web/js/scripts/logging.js Tue Mar  6 17:50:13 2012
@@ -105,9 +105,11 @@ sammy.get
                     }
 
                     var logger_content = logger_tree( null );
+                    
+                    var warn = '<div>TODO, this is not yet implemented.  For now, use <a href="logging" style="color:00AA00;">the old logging UI</a></div><br/>'
+
 
-                    this
-                        .html( '<ul class="tree jstree">' + logger_content + '</ul>' );
+                    this.html( warn + '<ul class="tree jstree">' + logger_content + '</ul>' );
 
                     $( 'li:last-child', this )
                         .addClass( 'jstree-last' );