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 2018/10/31 17:59:16 UTC

[ignite-teamcity-bot] branch master updated: Menu update according TC Bot visa

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 5ab1d79  Menu update according TC Bot visa
5ab1d79 is described below

commit 5ab1d79cc5af42c8b9dd45b0ca99b61f69bf2e0e
Author: Dmitriy Pavlov <dp...@apache.org>
AuthorDate: Wed Oct 31 20:59:05 2018 +0300

    Menu update according TC Bot visa
---
 ignite-tc-helper-web/src/main/webapp/js/common-1.6.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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 22469d5..5ca9a34 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
@@ -127,9 +127,12 @@ function showMenu(menuData) {
     } else {
         res += "<div class=\"navbar\">";
         res += "<a href=\"/\">Home</a>";
-        res += "<a href=\"/compare.html\">Compare builds</a>";
         res += "<a href=\"/prs.html\">PR/Branch check</a>";
+        res += "<a href=\"/guard.html\">Test status</a>";
         res += "<a href=\"/comparison.html\">Master Trends</a>";
+        res += "<a href=\"/compare.html\">Compare builds</a>";
+        res += "<a href=\"/issues.html\">Issues history</a>";
+        //uncomment when Visa history is merged: res += "<a href=\"/visas.html\">Visas history</a>";
 
 
         res += "<div class='topnav-right'>";