1
0
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:
Daniel Molina 2014-03-17 10:31:43 +01:00
parent 662ea738d2
commit 81a4c993da

View File

@ -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('');