This commit is contained in:
Luckysideburn
2022-10-23 14:50:43 +00:00
parent 6eff7c0ac2
commit 13c28bc2d7
2 changed files with 3 additions and 3 deletions

View File

@@ -210,7 +210,7 @@ function getCurrentChaosContainer() {
function enableLogTail() {
var oReq = new XMLHttpRequest();
oReq.open("POST", "https://" + clu_endpoint + "/kube/chaos/containers?action=enable_logs_tail", true);
oReq.open("POST", "https://" + clu_endpoint + "/kube/chaos/containers?action=enable_log_tail", true);
oReq.onreadystatechange = function () {
if (this.readyState === XMLHttpRequest.DONE && this.status === 200) {