You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2019/06/26 16:48:56 UTC

[GitHub] [accumulo] milleruntime commented on a change in pull request #1234: Some monitor javascript updates

milleruntime commented on a change in pull request #1234: Some monitor javascript updates
URL: https://github.com/apache/accumulo/pull/1234#discussion_r297765509
 
 

 ##########
 File path: server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/master.js
 ##########
 @@ -91,7 +91,7 @@ function refreshMasterTable() {
 
   // Hide the banner and the master table
   $('#masterBanner').hide();
-  $('#masterStatus tr:gt(0)').remove();
+  clearTableBody('masterStatus');
 
 Review comment:
   Nice improvement!

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services