mirror of https://github.com/apache/lucene.git
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:
parent
58e3736862
commit
379cc6720d
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue