mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-23 22:50:09 +03:00
feature #2746: Fix log tab layout
This commit is contained in:
parent
662ea738d2
commit
81a4c993da
@ -746,7 +746,7 @@ var vm_actions = {
|
||||
colored_log += line + "<br>";
|
||||
}
|
||||
|
||||
$('#vm_log_tab').html('<div class=""><div class="large-12 columns log-tab">'+colored_log+'</div></div>')
|
||||
$('#vm_log_tab').html('<div class="row"><div class="large-11 small-centered columns log-tab">'+colored_log+'</div></div>')
|
||||
},
|
||||
error: function(request,error_json){
|
||||
$("#vm_log pre").html('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user