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

domgarguilo 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 d014185b45 Fix refresh button on running compactions table in Monitor 
(#6249)
d014185b45 is described below

commit d014185b454f9f23fee52df4b7da2190e19af53b
Author: Dom G. <[email protected]>
AuthorDate: Wed Mar 25 14:38:06 2026 -0400

    Fix refresh button on running compactions table in Monitor (#6249)
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/ec.ftl     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/ec.ftl
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/ec.ftl
index 3f509de76a..e639a1247c 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/ec.ftl
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/ec.ftl
@@ -31,7 +31,7 @@
                 <div class="d-flex justify-content-between align-items-center 
mb-3">
                   <div>
                     <span class="table-caption">Running 
Compactions</span>&nbsp;&nbsp;
-                    <a href="javascript:refreshRunning();">
+                    <a href="javascript:refreshRunningCompactions();">
                       <span style="font-size: 1.5em; color: black;" class="bi 
bi-arrow-repeat"></span>
                     </a>
                   </div>

Reply via email to