Output status in text

master
Sheng 2025-07-27 17:35:20 +08:00
parent 1cf19c7186
commit a7a704f111
2 changed files with 2 additions and 2 deletions

View File

@ -325,7 +325,7 @@ jQuery(function($){
function log_status(text, to_populate) {
console.log(text);
status.html(text.split('\n').join('<br/>'));
status.text(text);
if (to_populate && validated_form_data) {
populate_form(validated_form_data);

View File

@ -87,7 +87,7 @@
</div>
<div class="container">
<div id="status" style="color: red;"></div>
<div id="status" style="color: red; white-space: pre-line;"></div>
<div id="terminal"></div>
</div>