SOLR-3208: adding a note that the logging is just a stub...

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1297601 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2012-03-06 17:50:13 +00:00
parent 58e3736862
commit 379cc6720d
1 changed files with 4 additions and 2 deletions

View File

@ -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' );