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

ctubbsii 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 00941828c5 Add declaration for scansList prior to usage (#2687)
00941828c5 is described below

commit 00941828c56f4ebcd9d3056ca3296d44f5bdc13d
Author: Emily <71804562+tch...@users.noreply.github.com>
AuthorDate: Tue May 10 21:59:48 2022 +0000

    Add declaration for scansList prior to usage (#2687)
---
 .../main/resources/org/apache/accumulo/monitor/resources/js/scans.js    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js
 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js
index f89448e1be..0efa8e76ac 100644
--- 
a/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js
+++ 
b/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/scans.js
@@ -18,6 +18,8 @@
  */
 "use strict";
 
+var scansList;
+
 /**
  * Creates scans initial table
  */

Reply via email to