From 379cc6720d52a2d58f79c4bbc99004490a1672b2 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Tue, 6 Mar 2012 17:50:13 +0000 Subject: [PATCH] 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 --- solr/webapp/web/js/scripts/logging.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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' );