|
@ -37,7 +37,7 @@ block endOfBody |
|
|
function(response, textStatus, jqXHR) { |
|
|
function(response, textStatus, jqXHR) { |
|
|
var t = new Date().getTime(); |
|
|
var t = new Date().getTime(); |
|
|
|
|
|
|
|
|
$("#terminal-output").prepend("<div id='output-" + t + "' class='card mb-3'><div class='card-block'><h5>" + cmd + "</h5><pre><code>" + response + "</code></pre></div></div>"); |
|
|
$("#terminal-output").prepend("<div id='output-" + t + "' class='card mb-3'><div class='card-body'><h5>" + cmd + "</h5><pre><code>" + response + "</code></pre></div></div>"); |
|
|
console.log(response); |
|
|
console.log(response); |
|
|
|
|
|
|
|
|
$("#output-" + t + " pre code").each(function(i, block) { |
|
|
$("#output-" + t + " pre code").each(function(i, block) { |
|
|