This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 375e1cc6c2 Fix js in server.js
375e1cc6c2 is described below

commit 375e1cc6c233f583df6e724b5a3ed4d456ce5152
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Tue Apr 26 05:46:10 2022 -0400

    Fix js in server.js
---
 .../main/resources/org/apache/accumulo/monitor/resources/js/server.js    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/server.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/server.js
index 091f6c066a..84784055da 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/server.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/server.js
@@ -42,7 +42,6 @@ function refresh() {
  * Populates the server details table
  */
 function refreshDetailTable() {
-    clearTableBody('tServerDetail');
     var data = sessionStorage.server === undefined ?
         [] : JSON.parse(sessionStorage.server);
     if (data.length === 0 || data.details === undefined) {

Reply via email to