';
var alert_div_webtail = '
';
var kubelinter = '';
@@ -247,6 +247,9 @@ function setChaosContainer() {
}
function runChaosProgram() {
+
+ $('#alert_placeholder').replaceWith(alert_div + 'Loading chaos program...
');
+
var oReq = new XMLHttpRequest();
oReq.open("POST", "https://" + clu_endpoint + "/kube/chaos/programming_mode", true);
oReq.onreadystatechange = function () {