mirror of
https://github.com/lucky-sideburn/kubeinvaders.git
synced 2026-05-06 08:46:56 +00:00
fix
This commit is contained in:
@@ -343,8 +343,8 @@ experiments:
|
||||
$("#logConsoleButton").text("Start Logs Tail");
|
||||
$('#alert_placeholder3').replaceWith(alert_div_webtail + 'Stopping log tail</div>');
|
||||
log_tail_switch = false;
|
||||
log_tail_div.style.display = "none";
|
||||
log_tail_screen.style.display = "none"
|
||||
//log_tail_div.style.display = "none";
|
||||
//log_tail_screen.style.display = "none"
|
||||
disableLogTail();
|
||||
} else {
|
||||
$('#alert_placeholder3').replaceWith(alert_div_webtail + 'Starting log tail</div>');
|
||||
|
||||
Reference in New Issue
Block a user