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

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


The following commit(s) were added to refs/heads/2.1 by this push:
     new 3e764af0a0 Dead tables always render on tserver monitor page (#6397)
3e764af0a0 is described below

commit 3e764af0a09c1bbeb5527c50b8bab94e70ee155c
Author: Arbaaz Khan <[email protected]>
AuthorDate: Thu Jun 11 15:31:30 2026 -0400

    Dead tables always render on tserver monitor page (#6397)
    
    * dead tables should stay loaded
    
    * Changed comment
    
    * removed drawCallback function
---
 .../resources/org/apache/accumulo/monitor/resources/js/tservers.js  | 6 ------
 1 file changed, 6 deletions(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js
index 03b477d41d..5d5ab46cbb 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/tservers.js
@@ -75,12 +75,6 @@ function refreshTServersTable() {
 function refreshDeadTServersTable() {
   ajaxReloadTable(deadTServersTable);
 
-  // Only show the table if there are non-empty rows
-  if ($('#deadtservers tbody .dataTables_empty').length) {
-    $('#deadtservers_wrapper').hide();
-  } else {
-    $('#deadtservers_wrapper').show();
-  }
 }
 
 /**

Reply via email to