Skip to content

Commit

Permalink
preserve formatting of smart self-test logs in UI rockstor#997
Browse files Browse the repository at this point in the history
  • Loading branch information
phillxnet committed Jan 2, 2016
1 parent f0dc3db commit 3e413b3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,10 +281,12 @@
<% }); %>
</tbody>
</table>
<pre>
<% testlogdetail.forEach(function(detail) { %>
<%= detail.line %><br>
<%= detail.line %>
<% }); %>
<% } %>
</pre>
</div>
</div>

Expand Down

0 comments on commit 3e413b3

Please sign in to comment.