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

dspavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-teamcity-bot.git


The following commit(s) were added to refs/heads/master by this push:
     new 21c465e6 TCBot: update version and static resource cache-busting (#212)
21c465e6 is described below

commit 21c465e62e8a86ba68e2651515b91b6f2333347d
Author: ignitetcbot <[email protected]>
AuthorDate: Fri May 8 19:50:41 2026 +0300

    TCBot: update version and static resource cache-busting (#212)
    
    Co-authored-by: Dmitriy Pavlov <[email protected]>
---
 .../src/main/java/org/apache/ignite/ci/web/model/Version.java     | 2 +-
 ignite-tc-helper-web/src/main/webapp/all.html                     | 6 +++---
 ignite-tc-helper-web/src/main/webapp/board/index.html             | 4 ++--
 ignite-tc-helper-web/src/main/webapp/build-comparator.html        | 6 +++---
 ignite-tc-helper-web/src/main/webapp/build.html                   | 6 +++---
 ignite-tc-helper-web/src/main/webapp/buildtime.html               | 4 ++--
 ignite-tc-helper-web/src/main/webapp/compare.html                 | 4 ++--
 ignite-tc-helper-web/src/main/webapp/current.html                 | 6 +++---
 ignite-tc-helper-web/src/main/webapp/guard.html                   | 4 ++--
 ignite-tc-helper-web/src/main/webapp/index.html                   | 4 ++--
 ignite-tc-helper-web/src/main/webapp/index0.html                  | 4 ++--
 ignite-tc-helper-web/src/main/webapp/issues.html                  | 6 +++---
 .../src/main/webapp/js/{common-1.6.js => common-1.7.js}           | 2 +-
 .../src/main/webapp/js/{issues-1.0.js => issues-1.1.js}           | 0
 .../main/webapp/js/{long_running-1.0.js => long_running-1.1.js}   | 0
 .../src/main/webapp/js/{prs-1.2.js => prs-1.3.js}                 | 0
 .../src/main/webapp/js/{testfails-2.2.js => testfails-2.3.js}     | 0
 ignite-tc-helper-web/src/main/webapp/login.html                   | 2 +-
 ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html  | 6 +++---
 ignite-tc-helper-web/src/main/webapp/monitoring-log.html          | 2 +-
 ignite-tc-helper-web/src/main/webapp/monitoring.html              | 6 +++---
 ignite-tc-helper-web/src/main/webapp/mutedissues/index.html       | 4 ++--
 ignite-tc-helper-web/src/main/webapp/mutes.html                   | 2 +-
 ignite-tc-helper-web/src/main/webapp/pr.html                      | 6 +++---
 ignite-tc-helper-web/src/main/webapp/prs.html                     | 8 ++++----
 ignite-tc-helper-web/src/main/webapp/trends.html                  | 2 +-
 ignite-tc-helper-web/src/main/webapp/user.html                    | 2 +-
 ignite-tc-helper-web/src/main/webapp/visas.html                   | 2 +-
 28 files changed, 50 insertions(+), 50 deletions(-)

diff --git 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
index f9524001..f66475d4 100644
--- 
a/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
+++ 
b/ignite-tc-helper-web/src/main/java/org/apache/ignite/ci/web/model/Version.java
@@ -28,7 +28,7 @@ package org.apache.ignite.ci.web.model;
     public static final String GITHUB_REF = 
"https://github.com/apache/ignite-teamcity-bot";;
 
     /** TC Bot Version. */
-    public static final String VERSION = "20260429";
+    public static final String VERSION = "20260508";
 
     /** Java version, where Web App is running. */
     public String javaVer;
diff --git a/ignite-tc-helper-web/src/main/webapp/all.html 
b/ignite-tc-helper-web/src/main/webapp/all.html
index 1ccada77..a3797b71 100644
--- a/ignite-tc-helper-web/src/main/webapp/all.html
+++ b/ignite-tc-helper-web/src/main/webapp/all.html
@@ -10,15 +10,15 @@
 
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
     var g_shownDataHashCodeHex = "";
 
     $(document).ready(function () {
-        $.getScript("js/testfails-2.2.js", function (data, textStatus, jqxhr) {
+        $.getScript("js/testfails-2.3.js", function (data, textStatus, jqxhr) {
         });
 
         $(document).tooltip();
diff --git a/ignite-tc-helper-web/src/main/webapp/board/index.html 
b/ignite-tc-helper-web/src/main/webapp/board/index.html
index 9f1b641e..b4325b54 100644
--- a/ignite-tc-helper-web/src/main/webapp/board/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/board/index.html
@@ -19,7 +19,7 @@
     <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
     <link rel="stylesheet" href="/css/style-1.5.css">
 
-    <script src="/js/common-1.6.js"></script>
+    <script src="/js/common-1.7.js"></script>
 
     <style>
         input.solid {border-style: solid;}
@@ -108,7 +108,7 @@
     let gVue, g_Loading, g_TcBotVersion;
 
     $(document).ready(function() {
-        $.getScript("/js/testfails-2.2.js", function(data, textStatus, jqxhr){ 
});
+        $.getScript("/js/testfails-2.3.js", function(data, textStatus, jqxhr){ 
});
 
         $( document ).tooltip();
         showQueryForm();
diff --git a/ignite-tc-helper-web/src/main/webapp/build-comparator.html 
b/ignite-tc-helper-web/src/main/webapp/build-comparator.html
index c11d0b3b..32580549 100644
--- a/ignite-tc-helper-web/src/main/webapp/build-comparator.html
+++ b/ignite-tc-helper-web/src/main/webapp/build-comparator.html
@@ -8,15 +8,15 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
     var g_shownDataHashCodeHex = "";
 
     $(document).ready(function() {
-        $.getScript("js/testfails-2.2.js", function(data, textStatus, jqxhr){ 
});
+        $.getScript("js/testfails-2.3.js", function(data, textStatus, jqxhr){ 
});
 
         $( document ).tooltip();
         loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/build.html 
b/ignite-tc-helper-web/src/main/webapp/build.html
index 50e8b435..b14fd236 100644
--- a/ignite-tc-helper-web/src/main/webapp/build.html
+++ b/ignite-tc-helper-web/src/main/webapp/build.html
@@ -10,8 +10,8 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
@@ -19,7 +19,7 @@ let g_shownDataHashCodeHex = "";
 let g_checkForUpdateSched = false;
 
 $(document).ready(function() {
-    $.getScript("js/testfails-2.2.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/testfails-2.3.js", function(data, textStatus, jqxhr){ });
     
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/buildtime.html 
b/ignite-tc-helper-web/src/main/webapp/buildtime.html
index 9dff77b2..4f89bc33 100644
--- a/ignite-tc-helper-web/src/main/webapp/buildtime.html
+++ b/ignite-tc-helper-web/src/main/webapp/buildtime.html
@@ -20,10 +20,10 @@
 
     <script 
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script>
 $(document).ready(function() {
-    $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ });
 
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/compare.html 
b/ignite-tc-helper-web/src/main/webapp/compare.html
index 5ca8cb51..7e1bd370 100644
--- a/ignite-tc-helper-web/src/main/webapp/compare.html
+++ b/ignite-tc-helper-web/src/main/webapp/compare.html
@@ -9,10 +9,10 @@
 
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script>
         $(document).ready(function() {
-            $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ 
});
+            $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ 
});
 
             $( document ).tooltip();
             loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/current.html 
b/ignite-tc-helper-web/src/main/webapp/current.html
index 674b2b3e..c4a491b7 100644
--- a/ignite-tc-helper-web/src/main/webapp/current.html
+++ b/ignite-tc-helper-web/src/main/webapp/current.html
@@ -20,8 +20,8 @@
 
     <script 
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vuetify.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
@@ -142,7 +142,7 @@ function showQueryForm() {
 }
 
 $(document).ready(function() {
-    $.getScript("js/testfails-2.2.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/testfails-2.3.js", function(data, textStatus, jqxhr){ });
     
     $( document ).tooltip();
     showQueryForm();
diff --git a/ignite-tc-helper-web/src/main/webapp/guard.html 
b/ignite-tc-helper-web/src/main/webapp/guard.html
index 0202fe0a..87412986 100644
--- a/ignite-tc-helper-web/src/main/webapp/guard.html
+++ b/ignite-tc-helper-web/src/main/webapp/guard.html
@@ -10,10 +10,10 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script>
 $(document).ready(function() {
-    $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ });
 
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/index.html 
b/ignite-tc-helper-web/src/main/webapp/index.html
index 6b92ed06..eff6f4e2 100644
--- a/ignite-tc-helper-web/src/main/webapp/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/index.html
@@ -10,10 +10,10 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script>
 $(document).ready(function() {
-    $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ });
 
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/index0.html 
b/ignite-tc-helper-web/src/main/webapp/index0.html
index 3daee075..8318af47 100644
--- a/ignite-tc-helper-web/src/main/webapp/index0.html
+++ b/ignite-tc-helper-web/src/main/webapp/index0.html
@@ -10,10 +10,10 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script>
 $(document).ready(function() {
-    $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ });
 
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/issues.html 
b/ignite-tc-helper-web/src/main/webapp/issues.html
index eaa58781..d3305fb0 100644
--- a/ignite-tc-helper-web/src/main/webapp/issues.html
+++ b/ignite-tc-helper-web/src/main/webapp/issues.html
@@ -8,15 +8,15 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/issues-1.0.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/issues-1.1.js"></script>
 </head>
 <body>
 <script>
 var g_shownDataHashCodeHex = "";
 
 $(document).ready(function() {
-    $.getScript("js/issues-1.0.js", function(data, textStatus, jqxhr){ });
+    $.getScript("js/issues-1.1.js", function(data, textStatus, jqxhr){ });
 
     $( document ).tooltip();
     loadData();
diff --git a/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js 
b/ignite-tc-helper-web/src/main/webapp/js/common-1.7.js
similarity index 99%
rename from ignite-tc-helper-web/src/main/webapp/js/common-1.6.js
rename to ignite-tc-helper-web/src/main/webapp/js/common-1.7.js
index 6fed9465..8273e33b 100644
--- a/ignite-tc-helper-web/src/main/webapp/js/common-1.6.js
+++ b/ignite-tc-helper-web/src/main/webapp/js/common-1.7.js
@@ -135,7 +135,7 @@ function showVersionInfo(result) {
     }
 
     if (isDefinedAndFilled(result.serverVer)) {
-        res += ", Server Version: " + result.serverVer;
+        res += ", Jetty server: " + result.serverVer;
     }
 
     res += "<br>";
diff --git a/ignite-tc-helper-web/src/main/webapp/js/issues-1.0.js 
b/ignite-tc-helper-web/src/main/webapp/js/issues-1.1.js
similarity index 100%
rename from ignite-tc-helper-web/src/main/webapp/js/issues-1.0.js
rename to ignite-tc-helper-web/src/main/webapp/js/issues-1.1.js
diff --git a/ignite-tc-helper-web/src/main/webapp/js/long_running-1.0.js 
b/ignite-tc-helper-web/src/main/webapp/js/long_running-1.1.js
similarity index 100%
rename from ignite-tc-helper-web/src/main/webapp/js/long_running-1.0.js
rename to ignite-tc-helper-web/src/main/webapp/js/long_running-1.1.js
diff --git a/ignite-tc-helper-web/src/main/webapp/js/prs-1.2.js 
b/ignite-tc-helper-web/src/main/webapp/js/prs-1.3.js
similarity index 100%
rename from ignite-tc-helper-web/src/main/webapp/js/prs-1.2.js
rename to ignite-tc-helper-web/src/main/webapp/js/prs-1.3.js
diff --git a/ignite-tc-helper-web/src/main/webapp/js/testfails-2.2.js 
b/ignite-tc-helper-web/src/main/webapp/js/testfails-2.3.js
similarity index 100%
rename from ignite-tc-helper-web/src/main/webapp/js/testfails-2.2.js
rename to ignite-tc-helper-web/src/main/webapp/js/testfails-2.3.js
diff --git a/ignite-tc-helper-web/src/main/webapp/login.html 
b/ignite-tc-helper-web/src/main/webapp/login.html
index 765ff835..e41be7bd 100644
--- a/ignite-tc-helper-web/src/main/webapp/login.html
+++ b/ignite-tc-helper-web/src/main/webapp/login.html
@@ -8,7 +8,7 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
 
     <meta name="google-signin-scope" content="profile email">
     <meta name="google-signin-client_id"
diff --git a/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html 
b/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
index 188dcf2a..c03b017e 100644
--- a/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
+++ b/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
@@ -11,12 +11,12 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/long_running-1.0.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/long_running-1.1.js"></script>
 
     <script>
         $(document).ready(function() {
-            $.getScript("js/long_running-1.0.js", function(data, textStatus, 
jqxhr){ });
+            $.getScript("js/long_running-1.1.js", function(data, textStatus, 
jqxhr){ });
 
             loadData();
         });
diff --git a/ignite-tc-helper-web/src/main/webapp/monitoring-log.html 
b/ignite-tc-helper-web/src/main/webapp/monitoring-log.html
index cc32ce17..2e79bde6 100644
--- a/ignite-tc-helper-web/src/main/webapp/monitoring-log.html
+++ b/ignite-tc-helper-web/src/main/webapp/monitoring-log.html
@@ -8,7 +8,7 @@
     <link rel="stylesheet" href="css/style-1.5.css">
 
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
 </head>
 <body>
 <script>
diff --git a/ignite-tc-helper-web/src/main/webapp/monitoring.html 
b/ignite-tc-helper-web/src/main/webapp/monitoring.html
index 6aa73048..14cf28ed 100644
--- a/ignite-tc-helper-web/src/main/webapp/monitoring.html
+++ b/ignite-tc-helper-web/src/main/webapp/monitoring.html
@@ -11,13 +11,13 @@
     <script src="https://code.jquery.com/jquery-1.12.4.js";></script>
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
     $(document).ready(function() {
-        $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
+        $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ });
 
         $( document ).tooltip();
 
diff --git a/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html 
b/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html
index 07a02b38..aa68dbc6 100644
--- a/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html
@@ -19,7 +19,7 @@
     <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
     <link rel="stylesheet" href="/css/style-1.5.css">
 
-    <script src="/js/common-1.6.js"></script>
+    <script src="/js/common-1.7.js"></script>
 
     <style>
         input.solid {border-style: solid;}
@@ -114,7 +114,7 @@
     let gVue, g_Loading, g_TcBotVersion;
 
     $(document).ready(function() {
-        $.getScript("/js/testfails-2.2.js", function(data, textStatus, jqxhr){ 
});
+        $.getScript("/js/testfails-2.3.js", function(data, textStatus, jqxhr){ 
});
 
         $( document ).tooltip();
         showQueryForm();
diff --git a/ignite-tc-helper-web/src/main/webapp/mutes.html 
b/ignite-tc-helper-web/src/main/webapp/mutes.html
index 5fd9cba9..b5f545a7 100644
--- a/ignite-tc-helper-web/src/main/webapp/mutes.html
+++ b/ignite-tc-helper-web/src/main/webapp/mutes.html
@@ -8,7 +8,7 @@
     <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js";></script>
     <link rel="stylesheet" href="css/style-1.5.css">
     <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script 
src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js";></script>
     <script 
src="https://cdn.datatables.net/1.10.16/js/dataTables.jqueryui.js";></script>
     <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
diff --git a/ignite-tc-helper-web/src/main/webapp/pr.html 
b/ignite-tc-helper-web/src/main/webapp/pr.html
index 5f0f97c2..d29215bf 100644
--- a/ignite-tc-helper-web/src/main/webapp/pr.html
+++ b/ignite-tc-helper-web/src/main/webapp/pr.html
@@ -12,8 +12,8 @@
     <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js";></script>
     <!-- production version, optimized for size and speed -->
     <!--<script src="https://cdn.jsdelivr.net/npm/vue";></script>-->
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
 </head>
 <body>
 <script>
@@ -60,7 +60,7 @@
     }
 
     $(document).ready(function () {
-        $.getScript("js/testfails-2.2.js", function (data, textStatus, jqxhr) 
{});
+        $.getScript("js/testfails-2.3.js", function (data, textStatus, jqxhr) 
{});
 
         $(document).tooltip();
         showQueryForm();
diff --git a/ignite-tc-helper-web/src/main/webapp/prs.html 
b/ignite-tc-helper-web/src/main/webapp/prs.html
index 155ce662..81951058 100644
--- a/ignite-tc-helper-web/src/main/webapp/prs.html
+++ b/ignite-tc-helper-web/src/main/webapp/prs.html
@@ -17,9 +17,9 @@
     <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.4.2/css/all.css";
           
integrity="sha384-/rXc/GQVaYpyDdyxK+ecHPVYJSN9bmVFBvjA/9eOB+pb3F2w2N6fc5qB9Ew5yIns"
 crossorigin="anonymous">
 
-    <script src="js/common-1.6.js"></script>
-    <script src="js/testfails-2.2.js"></script>
-    <script src="js/prs-1.2.js"></script>
+    <script src="js/common-1.7.js"></script>
+    <script src="js/testfails-2.3.js"></script>
+    <script src="js/prs-1.3.js"></script>
 
     <style>
 
@@ -28,7 +28,7 @@
         const prs = new Map();
 
         $(document).ready(function() {
-            $.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ 
});
+            $.getScript("js/common-1.7.js", function(data, textStatus, jqxhr){ 
});
 
             $( document ).tooltip();
 
diff --git a/ignite-tc-helper-web/src/main/webapp/trends.html 
b/ignite-tc-helper-web/src/main/webapp/trends.html
index 9ec09801..ea9a6330 100644
--- a/ignite-tc-helper-web/src/main/webapp/trends.html
+++ b/ignite-tc-helper-web/src/main/webapp/trends.html
@@ -13,7 +13,7 @@
     <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
     <link rel="stylesheet" 
href="https://use.fontawesome.com/releases/v5.3.1/css/all.css";
           
integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU"
 crossorigin="anonymous">
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
     <script src="https://d3js.org/d3.v4.min.js";></script>
 </head>
 <body>
diff --git a/ignite-tc-helper-web/src/main/webapp/user.html 
b/ignite-tc-helper-web/src/main/webapp/user.html
index cc6026a1..9df20d4c 100644
--- a/ignite-tc-helper-web/src/main/webapp/user.html
+++ b/ignite-tc-helper-web/src/main/webapp/user.html
@@ -11,7 +11,7 @@
     <script 
src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js";></script>
     <script 
src="https://cdn.datatables.net/1.10.16/js/dataTables.jqueryui.js";></script>
 
-    <script src="js/common-1.6.js"></script>
+    <script src="js/common-1.7.js"></script>
 </head>
 <body>
 
diff --git a/ignite-tc-helper-web/src/main/webapp/visas.html 
b/ignite-tc-helper-web/src/main/webapp/visas.html
index f6ca9d82..ee15ac51 100644
--- a/ignite-tc-helper-web/src/main/webapp/visas.html
+++ b/ignite-tc-helper-web/src/main/webapp/visas.html
@@ -11,7 +11,7 @@
         <link rel="stylesheet" type="text/css" 
href="https://cdn.jsdelivr.net/npm/daterangepicker/daterangepicker.css"; />
         <link rel="stylesheet" href="css/style-1.5.css">
         <link rel="stylesheet" 
href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css";>
-        <script src="js/common-1.6.js"></script>
+        <script src="js/common-1.7.js"></script>
         <script src="https://d3js.org/d3.v4.min.js";></script>
         <script 
src="https://cdn.datatables.net/1.10.16/js/jquery.dataTables.js";></script>
         <script 
src="https://cdn.datatables.net/1.10.16/js/dataTables.jqueryui.js";></script>

Reply via email to