This commit is contained in:
Eugenio Marzo
2022-10-23 16:29:31 +02:00
parent d795ce2495
commit 8a2af5901f
2 changed files with 2 additions and 3 deletions

View File

@@ -4,7 +4,6 @@
<meta charset="utf-8" />
<title>KubeInvaders</title>
<link rel="icon" type="image/x-icon" href="./favicon.ico">
<!-- Bootstrap -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./bootstrap-5.0.0-dist/css/bootstrap.min.css">
<style>

View File

@@ -155,8 +155,8 @@ function getChaosJobsLogs() {
}
if (log_tail_switch) {
document.getElementById("podLogsDiv").innerHTML = "";
document.getElementById("podLogsDiv").innerHTML = this.responseText;
document.getElementById("logTailDiv").innerHTML = "";
document.getElementById("logTailDiv").innerHTML = this.responseText;
}
};;