mirror of https://github.com/huashengdun/webssh
Output status in text
parent
1cf19c7186
commit
a7a704f111
|
@ -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);
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue