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 60c3853  Small UI improvements
60c3853 is described below

commit 60c3853a45729a31ad2e6810c6187664b2df3fd2
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Mon Jul 22 19:41:41 2019 +0300

    Small UI improvements
---
 ignite-tc-helper-web/src/main/webapp/css/style-1.5.css | 2 +-
 ignite-tc-helper-web/src/main/webapp/current.html      | 7 +++++--
 ignite-tc-helper-web/src/main/webapp/js/common-1.6.js  | 2 +-
 ignite-tc-helper-web/src/main/webapp/pr.html           | 5 ++++-
 4 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css 
b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
index de84f61..1ea10d5 100644
--- a/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
+++ b/ignite-tc-helper-web/src/main/webapp/css/style-1.5.css
@@ -85,7 +85,7 @@ table.stat tr:nth-child(odd) { background-color: #fafaff; }
     display: block;
     //color: #f2f2f2;
     text-align: center;
-    padding: 14px 16px;
+    padding: 7px 8px;
     text-decoration: none;
 }
 
diff --git a/ignite-tc-helper-web/src/main/webapp/current.html 
b/ignite-tc-helper-web/src/main/webapp/current.html
index 50d619a..f65c9a2 100644
--- a/ignite-tc-helper-web/src/main/webapp/current.html
+++ b/ignite-tc-helper-web/src/main/webapp/current.html
@@ -229,10 +229,10 @@ function showData(result) {
 
 </script>
 
-<div id="loadStatus"></div>
 
 <div id="vueQueryForm" class="h-25">
     <v-app id="prQueryForm" name="prQueryForm" class="h-25">
+        <span class="formgroup">
         <span>Tag filter: </span>
         <select v-model="tagSelected" @change="formChanged">
             <option disabled value="">Please select one</option>
@@ -251,7 +251,10 @@ function showData(result) {
             <option value="FailureRate">Failure Rate</option>
             <option value="SuiteDuration">Suite Duration</option>
         </select>
-        <span> <a id="permalink"></a></span>
+        <span> <a id="permalink"></a> </span>
+        </span>
+        &nbsp;&nbsp;
+        <span id="loadStatus"></span>
         <div id="divFailures"></div>
     </v-app>
 </div>
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.6.js
index 1f80079..76b2c9a 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.6.js
@@ -164,7 +164,7 @@ function showMenu(menuData) {
         res += "</div>";
     } else {
         res += "<div class=\"navbar\">";
-        res += "<a href=\"/\">Home</a>";
+        res += "<a href=\"/\" title='Home Page'><img 
src='/img/leaf-icon-png-7066.png' width='16px' height='16px'></a>";
         res += "<a href=\"/prs.html\" title='PR or branch check'>PR Check</a>";
         res += "<a href=\"/guard.html\" title='Monitoring: Current test 
failures in tracked Branches'>Test Status</a>";
         res += "<a href=\"/trends.html\" title='Monitoring: Test failures 
trends and graphs'>Master Trends</a>";
diff --git a/ignite-tc-helper-web/src/main/webapp/pr.html 
b/ignite-tc-helper-web/src/main/webapp/pr.html
index 278a70c..915af1c 100644
--- a/ignite-tc-helper-web/src/main/webapp/pr.html
+++ b/ignite-tc-helper-web/src/main/webapp/pr.html
@@ -189,9 +189,9 @@ function showData(result) {
 }
 </script>
 
-<div id="loadStatus"></div>
 <div id="vueQueryForm" class="h-25">
     <v-app id="prQueryForm" name="prQueryForm" class="h-25">
+        <span class="formgroup">
         <span>Base branch: </span>
         <select v-model="baseBranchSelected" @change="formChanged">
             <option disabled value="">Please select one</option>
@@ -200,6 +200,9 @@ function showData(result) {
                 {{ option }}
             </option>
         </select>
+        </span>
+        &nbsp;&nbsp;
+        <span id="loadStatus"></span>
         <div id="divFailures"></div>
     </v-app>
 </div>

Reply via email to