DomGarguilo commented on code in PR #2674: URL: https://github.com/apache/accumulo/pull/2674#discussion_r864883876
########## server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js: ########## @@ -18,29 +18,25 @@ */ "use strict"; -var tserversList; +var tserversTable; /** * Creates tservers initial table */ $(document).ready(function() { - + + // hide the note about highlighted rows by default + $('#recovery-caption').hide(); Review Comment: This is how the tables are handled too. On refresh you can see the non functioning servers table and the dead servers table flash on the screen before going away. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org