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

dlmarion 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 4b0348c4dd Removed extra space in compactions.js (#5792)
4b0348c4dd is described below

commit 4b0348c4ddf0ba456c2e156217ccf6d98d97f61f
Author: Dave Marion <[email protected]>
AuthorDate: Mon Aug 11 09:57:10 2025 -0400

    Removed extra space in compactions.js (#5792)
---
 .../resources/org/apache/accumulo/monitor/resources/js/compactions.js   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/compactions.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/compactions.js
index e0737de9e5..147d24a41f 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/compactions.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/compactions.js
@@ -26,7 +26,7 @@ $(document).ready(function () {
   // Create a table for compactions list
   compactionsList = $('#compactionsList').DataTable({
     "ajax": {
-      "url":  contextPath + 'rest/compactions',
+      "url": contextPath + 'rest/compactions',
       "dataSrc": "compactions"
     },
     "stateSave": true,

Reply via email to