mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-22 09:56:40 +00:00
fix
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user