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

dpavlov 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 c4c1839  Removal of a missed icon
c4c1839 is described below

commit c4c1839c79449549b9a197486103a4215a1e3d11
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Fri Dec 10 15:44:30 2021 +0300

    Removal of a missed icon
---
 ignite-tc-helper-web/src/main/webapp/all.html                    | 2 +-
 ignite-tc-helper-web/src/main/webapp/board/index.html            | 2 +-
 ignite-tc-helper-web/src/main/webapp/build-comparator.html       | 2 +-
 ignite-tc-helper-web/src/main/webapp/build.html                  | 2 +-
 ignite-tc-helper-web/src/main/webapp/buildtime.html              | 2 +-
 ignite-tc-helper-web/src/main/webapp/compare.html                | 2 +-
 ignite-tc-helper-web/src/main/webapp/current.html                | 2 +-
 ignite-tc-helper-web/src/main/webapp/guard.html                  | 2 +-
 ignite-tc-helper-web/src/main/webapp/index.html                  | 2 +-
 ignite-tc-helper-web/src/main/webapp/index0.html                 | 2 +-
 ignite-tc-helper-web/src/main/webapp/issues.html                 | 4 ++--
 ignite-tc-helper-web/src/main/webapp/js/testfails-2.2.js         | 2 +-
 ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html | 2 +-
 ignite-tc-helper-web/src/main/webapp/monitoring.html             | 2 +-
 ignite-tc-helper-web/src/main/webapp/mutedissues/index.html      | 2 +-
 ignite-tc-helper-web/src/main/webapp/pr.html                     | 2 +-
 ignite-tc-helper-web/src/main/webapp/prs.html                    | 2 +-
 ignite-tc-helper-web/src/main/webapp/restpretty.html             | 2 +-
 ignite-tc-helper-web/src/main/webapp/user.html                   | 2 +-
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/all.html 
b/ignite-tc-helper-web/src/main/webapp/all.html
index 619d677..1ccada7 100644
--- a/ignite-tc-helper-web/src/main/webapp/all.html
+++ b/ignite-tc-helper-web/src/main/webapp/all.html
@@ -84,7 +84,7 @@
     function loadData() {
         var curFailuresUrl = "rest/tracked/mergedResults" + parmsForRest();
 
-        $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait. Loading merged runs may require significant time.");
+        $("#loadStatus").html("&#8987; Please wait. Loading merged runs may 
require significant time.");
         setTimeout(loadPartialData, 3000);
         $.ajax({
             url: curFailuresUrl,
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 c347a0f..9f1b641 100644
--- a/ignite-tc-helper-web/src/main/webapp/board/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/board/index.html
@@ -194,7 +194,7 @@
 
     function loadDataFromServer(silent) {
         g_Loading = true;
-        if (!silent) $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+        if (!silent) $("#loadStatus").html("&#8987; Please wait");
 
         var curFailuresUrl = "/rest/board/summary" + parmsForRest();
         $.ajax({
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 e8d5da9..c11d0b3 100644
--- a/ignite-tc-helper-web/src/main/webapp/build-comparator.html
+++ b/ignite-tc-helper-web/src/main/webapp/build-comparator.html
@@ -51,7 +51,7 @@
     function loadData() {
         var curFailuresUrl = "rest/compare/tests/" + 
(findGetParameter("buildId") != null ? "txt" : "cmp") + restParams();
 
-        $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+        $("#loadStatus").html("&#8987; Please wait");
         $.ajax({
             url: curFailuresUrl,
             success: function (result) {
diff --git a/ignite-tc-helper-web/src/main/webapp/build.html 
b/ignite-tc-helper-web/src/main/webapp/build.html
index db5f798..6d26a44 100644
--- a/ignite-tc-helper-web/src/main/webapp/build.html
+++ b/ignite-tc-helper-web/src/main/webapp/build.html
@@ -76,7 +76,7 @@ function checkForUpdate() {
 function loadData() {
     var curFailuresUrl = "/rest/build/failures" + parmsForRest();
     
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
     setTimeout(loadPartialData, 3000);
 
     $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/buildtime.html 
b/ignite-tc-helper-web/src/main/webapp/buildtime.html
index 07929dd..7d1a877 100644
--- a/ignite-tc-helper-web/src/main/webapp/buildtime.html
+++ b/ignite-tc-helper-web/src/main/webapp/buildtime.html
@@ -63,7 +63,7 @@ function loadAnalytics() {
 }
 
 function loadData() {
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
 
     $("#version").html(" " + "<a href=\"monitoring.html\">TC Bot Moniroting 
Page</a> <br>");
     $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/compare.html 
b/ignite-tc-helper-web/src/main/webapp/compare.html
index 1959fa2..5ca8cb5 100644
--- a/ignite-tc-helper-web/src/main/webapp/compare.html
+++ b/ignite-tc-helper-web/src/main/webapp/compare.html
@@ -20,7 +20,7 @@
         });
 
         function loadData() {
-            $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+            $("#loadStatus").html("&#8987; Please wait");
             $.ajax({
                 url: "rest/branches/version",
                 success: showVersionInfo,
diff --git a/ignite-tc-helper-web/src/main/webapp/current.html 
b/ignite-tc-helper-web/src/main/webapp/current.html
index 311b1b6..e8c420c 100644
--- a/ignite-tc-helper-web/src/main/webapp/current.html
+++ b/ignite-tc-helper-web/src/main/webapp/current.html
@@ -241,7 +241,7 @@ function checkForUpdate() {
 function loadData() {
     var curFailuresUrl = "rest/tracked/results" + parmsForRest();
     
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
     setTimeout(loadPartialData, 3000);
 
     $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/guard.html 
b/ignite-tc-helper-web/src/main/webapp/guard.html
index 8c8d303..0202fe0 100644
--- a/ignite-tc-helper-web/src/main/webapp/guard.html
+++ b/ignite-tc-helper-web/src/main/webapp/guard.html
@@ -20,7 +20,7 @@ $(document).ready(function() {
 });
 
 function loadData() {
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
 
     $.ajax({
         url: "rest/branches/version",
diff --git a/ignite-tc-helper-web/src/main/webapp/index.html 
b/ignite-tc-helper-web/src/main/webapp/index.html
index c979c9c..894f891 100644
--- a/ignite-tc-helper-web/src/main/webapp/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/index.html
@@ -20,7 +20,7 @@ $(document).ready(function() {
 });
 
 function loadData() {
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
 
     $("#version").html(" " + "<a href=\"monitoring.html\">TC Bot Moniroting 
Page</a> <br>");
     $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/index0.html 
b/ignite-tc-helper-web/src/main/webapp/index0.html
index 22348ab..1ff1f0a 100644
--- a/ignite-tc-helper-web/src/main/webapp/index0.html
+++ b/ignite-tc-helper-web/src/main/webapp/index0.html
@@ -21,7 +21,7 @@ $(document).ready(function() {
 });
 
 function loadData() {
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
 
     $.ajax({
         url: "rest/branches/version",
diff --git a/ignite-tc-helper-web/src/main/webapp/issues.html 
b/ignite-tc-helper-web/src/main/webapp/issues.html
index c777e96..eaa5878 100644
--- a/ignite-tc-helper-web/src/main/webapp/issues.html
+++ b/ignite-tc-helper-web/src/main/webapp/issues.html
@@ -64,14 +64,14 @@ function checkForUpdate() {
 function loadData() {
     var curFailuresUrl = "rest/issues/list" + parmsForRest();
     
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
     $.ajax({
         url: curFailuresUrl,
         success: function (result) {
             if (isDefinedAndFilled(result.runningUpdates) && 
result.runningUpdates > 0) {
                 setTimeout(checkForUpdate, 3000);
 
-                $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Updating");
+                $("#loadStatus").html("&#8987; Updating");
             } else {
                 $("#loadStatus").html("");
             }
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.2.js
index bc4313e..dde6aa9 100644
--- a/ignite-tc-helper-web/src/main/webapp/js/testfails-2.2.js
+++ b/ignite-tc-helper-web/src/main/webapp/js/testfails-2.2.js
@@ -582,7 +582,7 @@ function commentJira(serverCode, branchName, parentSuiteId, 
ticketId, baseBranch
         return;
     }
 
-    $("#notifyJira").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px>" +
+    $("#notifyJira").html("&#8987;" +
         " Please wait. First action for PR run-all data may require 
significant time.");
 
     $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html 
b/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
index 3b25e22..188dcf2 100644
--- a/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
+++ b/ignite-tc-helper-web/src/main/webapp/longRunningTestsReport.html
@@ -24,7 +24,7 @@
         function loadData() {
             var longRunningUrl = "rest/long_running/summary?branch=master";
 
-            $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+            $("#loadStatus").html("&#8987; Please wait");
 
             $.ajax({
                 url: longRunningUrl,
diff --git a/ignite-tc-helper-web/src/main/webapp/monitoring.html 
b/ignite-tc-helper-web/src/main/webapp/monitoring.html
index 0ef9f44..7597a52 100644
--- a/ignite-tc-helper-web/src/main/webapp/monitoring.html
+++ b/ignite-tc-helper-web/src/main/webapp/monitoring.html
@@ -37,7 +37,7 @@
     }
 
     function loadData() {
-        $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+        $("#loadStatus").html("&#8987; Please wait");
         $.ajax({
             url: "rest/branches/version",
             success: showVersionInfo,
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 684dea8..07a02b3 100644
--- a/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html
+++ b/ignite-tc-helper-web/src/main/webapp/mutedissues/index.html
@@ -181,7 +181,7 @@
 
     function loadDataFromServer(silent) {
         g_Loading = true;
-        if (!silent) $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+        if (!silent) $("#loadStatus").html("&#8987; Please wait");
 
         var curFailuresUrl = "/rest/board/mutedIssues" + parmsForRest();
         $.ajax({
diff --git a/ignite-tc-helper-web/src/main/webapp/pr.html 
b/ignite-tc-helper-web/src/main/webapp/pr.html
index dbf6219..11b52c4 100644
--- a/ignite-tc-helper-web/src/main/webapp/pr.html
+++ b/ignite-tc-helper-web/src/main/webapp/pr.html
@@ -158,7 +158,7 @@ function checkForUpdate() {
     function loadData() {
         var curFailuresUrl = "rest/pr/results" + parmsForRest();
 
-        $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait. First load of PR run-all data may require significant 
time.");
+        $("#loadStatus").html("&#8987; Please wait. First load of PR run-all 
data may require significant time.");
         setTimeout(loadPartialData, 3000); // in case full loading stalls
         $.ajax({
             url: curFailuresUrl,
diff --git a/ignite-tc-helper-web/src/main/webapp/prs.html 
b/ignite-tc-helper-web/src/main/webapp/prs.html
index a583dc1..155ce66 100644
--- a/ignite-tc-helper-web/src/main/webapp/prs.html
+++ b/ignite-tc-helper-web/src/main/webapp/prs.html
@@ -87,7 +87,7 @@
         }
 
         function loadData() {
-            $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+            $("#loadStatus").html("&#8987; Please wait");
 
             $.ajax({
                 url: "rest/branches/version",
diff --git a/ignite-tc-helper-web/src/main/webapp/restpretty.html 
b/ignite-tc-helper-web/src/main/webapp/restpretty.html
index c493370..1555d13 100644
--- a/ignite-tc-helper-web/src/main/webapp/restpretty.html
+++ b/ignite-tc-helper-web/src/main/webapp/restpretty.html
@@ -35,7 +35,7 @@ $(document).ready(function() {
 });
 
 function loadData() {
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
     $.ajax({
         url: "rest/" + findGetParameter("url"),
         success: function(result) {
diff --git a/ignite-tc-helper-web/src/main/webapp/user.html 
b/ignite-tc-helper-web/src/main/webapp/user.html
index 7986f65..cc6026a 100644
--- a/ignite-tc-helper-web/src/main/webapp/user.html
+++ b/ignite-tc-helper-web/src/main/webapp/user.html
@@ -135,7 +135,7 @@ function parmsForRest() {
 function loadData() {
     var curFailuresUrl = "rest/user/get" + parmsForRest();
 
-    $("#loadStatus").html("<img 
src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px 
height=20px> Please wait");
+    $("#loadStatus").html("&#8987; Please wait");
     $.ajax({
         url: curFailuresUrl,
         success: function(result) {

Reply via email to