diff --git a/solr/webapp/web/js/scripts/logging.js b/solr/webapp/web/js/scripts/logging.js index 8184507866c..37a55efa797 100644 --- a/solr/webapp/web/js/scripts/logging.js +++ b/solr/webapp/web/js/scripts/logging.js @@ -105,9 +105,11 @@ sammy.get } var logger_content = logger_tree( null ); + + var warn = '
TODO, this is not yet implemented. For now, use the old logging UI

' - this - .html( '' ); + + this.html( warn + '' ); $( 'li:last-child', this ) .addClass( 'jstree-last' );