lib/mutx/view/results/console.mote in mutx-0.1.12 vs lib/mutx/view/results/console.mote in mutx-0.1.13
- old
+ new
@@ -37,11 +37,11 @@
<html lang='en'>
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name='viewport' content='width=device-width, initial-scale=1'>
- <meta http-equiv='refresh' content='{{Mutx::Support::Configuration.refresh_time}}'>
+ <!-- <meta http-equiv='refresh' content='{{Mutx::Support::Configuration.refresh_time}}'> -->
<link rel='icon' href='../../favicon.ico'>
<title>Result for {{result.task_name}}</title>
<!-- Bootstrap core CSS -->
<link href='https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css' rel='stylesheet'>
<!-- Custom styles for this template -->
@@ -93,11 +93,13 @@
% if size_of_lines > 15
<button type='button' class='btn btn-default' title='Go down' onclick='goToBottom()' style='float: right'><span class='glyphicon glyphicon-chevron-down' aria-hidden='true'></span> Go down</button>
% end
<h3>
<small>
- <b style='color:Green'>{{text}}</b>
+ <pre style="height:400px; overflow:scroll; white-space:pre; word-wrap:normal;">
+ <b style='color:Black'>{{text}}</b>
+ </pre>
</small>
</h3>
% if size_of_lines > 15
<button type='button' class='btn btn-default' title='Go up' onclick='goToTop()' style='float: right'><span class='glyphicon glyphicon-chevron-up' aria-hidden='true'></span> Go up</button><br><br>
% end
@@ -119,19 +121,6 @@
<a href='#' class='label label-default' onclick='window.close();'>
Close this window</a>
</div>
% end
</body>
-</html>
-
-<style>
-#result {
- background-color:black;
- text-align:left;
- padding:3px;
-}
-#well {
- background-color:red;
- text-align:center;
- padding:5px;
-}
-</style>
+</html>
\ No newline at end of file