ignite-tc-helper-web/src/main/webapp/guard.html [20:34]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
});
function loadData() {
$("#loadStatus").html("⌛ Please wait");
$.ajax({
url: "rest/branches/version",
success: showVersionInfo,
error: showErrInLoadStatus
});
$.ajax({
url: "rest/branches/getIds",
success: function(result) {
$("#loadStatus").html("");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ignite-tc-helper-web/src/main/webapp/index0.html [21:35]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
});
function loadData() {
$("#loadStatus").html("⌛ Please wait");
$.ajax({
url: "rest/branches/version",
success: showVersionInfo,
error: showErrInLoadStatus
});
$.ajax({
url: "rest/branches/getIds",
success: function(result) {
$("#loadStatus").html("");
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -