mirror of
https://github.com/huashengdun/webssh.git
synced 2026-02-14 11:49:50 +00:00
Output status in text
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user