You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dp...@apache.org on 2019/07/01 08:29:53 UTC

[ignite-teamcity-bot] branch master updated: Updates for issue list page

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 72f53ef  Updates for issue list page
72f53ef is described below

commit 72f53ef29994d7840bf4bcfb3c5675d0da7b67fd
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Mon Jul 1 11:29:53 2019 +0300

    Updates for issue list page
---
 ignite-tc-helper-web/src/main/webapp/js/issues-1.0.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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.0.js
index decbf50..f9b7839 100644
--- a/ignite-tc-helper-web/src/main/webapp/js/issues-1.0.js
+++ b/ignite-tc-helper-web/src/main/webapp/js/issues-1.0.js
@@ -32,7 +32,7 @@ function showIssues(result) {
         var issueTitle = '';
         res += " <span style='border-color: " + color + "; width:6px; height:6px; display: inline-block; border-width: 4px; color: black; border-style: solid;' title='" + issueTitle + "'></span> ";
 
-        res += issue.displayType;
+        res += issue.type;
 
         res += " " + issue.issueKey.testOrBuildName;
 
@@ -46,6 +46,7 @@ function showIssues(result) {
             }
             res += "]";
         }
+        res += " br=" + issue.trackedBranchName + "bID=" + issue.issueKey.buildId;
 
         res += "<br><br>";
     }