blob: c979c9ca3503d28528a138eeb24ea6e7665070ae [file] [log] [blame]
<html>
<head>
<title>Apache Ignite Teamcity Bot</title>
<link rel="icon" href="img/leaf-icon-png-7066.png">
<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="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>
$(document).ready(function() {
$.getScript("js/common-1.6.js", function(data, textStatus, jqxhr){ });
$( document ).tooltip();
loadData();
});
function loadData() {
$("#loadStatus").html("<img src='https://www.wallies.com/filebin/images/loading_apple.gif' width=20px height=20px> Please wait");
$("#version").html(" " + "<a href=\"monitoring.html\">TC Bot Moniroting Page</a> <br>");
$.ajax({
url: "rest/branches/version",
success: showVersionInfo,
error: showErrInLoadStatus
});
$.ajax({
url: "rest/branches/getServerIds",
success: function(result) {
$("#loadStatus").html("");
},
error: showErrInLoadStatus
});
$.ajax({ url: "/rest/buildtime/analytics",
success: function (data) {
$("#loadStatus").html("");
}, error: showErrInLoadStatus });
}
</script>
</head>
<body>
<div class="formgroup" style="text-align: center">
<div style="text-align: center">I need to:</div>
<a href="prs.html"><button class="idxpgbutton"><font size="30px">&#128269;</font><br>Inspect Contribution</button></a>
<a href="guard.html"><button class="idxpgbutton"><font size="30px">&#x1F6E1;&#xFE0F;</font><br>Monitor TC state</button></a>
<a href="trends.html"><button class="idxpgbutton"><font size="30px">&#x1F4C9;</font><br>See test progress</button></a>
<a href="index0.html"><button class="idxpgbutton"><font size="30px">&lambda;</font><br>I like old home page</button></a>
<a href="./board/"><button class="idxpgbutton"><font size="30px">&#x1F4C5;</font><br>Defects fix progress</button></a>
</div>
<div id="loadStatus"></div>
<div id="version"></div>
</body>
</html>