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:
parent
f865c987e9
commit
998f862a99
File diff suppressed because one or more lines are too long
@ -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('');
|
||||
|
@ -74,6 +74,13 @@
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.log-tab {
|
||||
background: #6f6f6f;
|
||||
color: #f2f2f2;
|
||||
padding: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 0px;
|
||||
border-collapse:collapse;
|
||||
|
Loading…
x
Reference in New Issue
Block a user