1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-19 06:50:07 +03:00

Fix log tab for vms

This commit is contained in:
Daniel Molina 2014-03-07 15:44:17 +01:00
parent f865c987e9
commit 998f862a99
3 changed files with 9 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -730,7 +730,7 @@ var vm_actions = {
colored_log += line + "<br>";
}
$('#vm_log_tabTab').html('<div class="large-12 columns"><div class="log-tab">'+colored_log+'</div></div>')
$('#vm_log_tab').html('<div class="large-12 columns"><div class="log-tab">'+colored_log+'</div></div>')
},
error: function(request,error_json){
$("#vm_log pre").html('');

View File

@ -74,6 +74,13 @@
margin-top: 15px;
}
.log-tab {
background: #6f6f6f;
color: #f2f2f2;
padding: 20px;
font-size: 14px;
}
table {
border: 0px;
border-collapse:collapse;