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 6ef109cf42 Format JavaScript files changed in #6497
6ef109cf42 is described below

commit 6ef109cf42e6d517f7e4ffd73cb8ca8c27a00128
Author: Dom Garguilo <[email protected]>
AuthorDate: Tue Aug 18 15:00:06 2026 -0400

    Format JavaScript files changed in #6497
    
    * PR #6497 updated the DataTables initialization sites in our JavaScript 
files. This commit applies the auto-formatting carried out by js-beautify
---
 .../src/main/resources/org/apache/accumulo/monitor/resources/js/fate.js | 2 +-
 .../main/resources/org/apache/accumulo/monitor/resources/js/table.js    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/fate.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/fate.js
index 72ccc2c2de..17606e5064 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/fate.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/fate.js
@@ -45,7 +45,7 @@ function renderListOrDash(data, type) {
 function createDataTable() {
   $(fateHtmlTable).find('thead').remove();
   $(fateHtmlTable).find('tbody').remove();
-  dataTableRef =  new DataTable('#fateHtmlTable', {
+  dataTableRef = new DataTable('#fateHtmlTable', {
     "autoWidth": false,
     "ajax": function (data, callback) {
       callback({
diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/table.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/table.js
index 2b61703973..82d9eb7940 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/table.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/table.js
@@ -177,7 +177,7 @@ function initTabletsTable() {
  * Initializes the tablet server rollup table.
  */
 function initTabletServersTable() {
-  tabletServersTable =  new DataTable('#tabletServersList', {
+  tabletServersTable = new DataTable('#tabletServersList', {
     "stateSave": true,
     "colReorder": true,
     "searching": false,

Reply via email to