mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-04-09 20:06:53 +00:00
fix
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
};;
|
||||
|
||||
Reference in New Issue
Block a user