1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-08 21:17:43 +03:00

R #5283 Added scroll bar in Sunstone VM Log (#417)

This commit is contained in:
Abel Coronado 2017-07-26 11:04:49 +02:00 committed by Ruben S. Montero
parent a18da15bcc
commit 843446a113

View File

@ -59,7 +59,7 @@ define(function(require) {
function _html() {
return '<div class="row">' +
'<div class="large-12 columns vm_log_container monospace">' +
'<div class="large-12 columns vm_log_container monospace" style="overflow: auto; height: 500px">' +
'<div class="text-center" style="height: 100px;">' +
'<span style="font-size:80px">' +
'<i class="fa fa-spinner fa-spin"></i>' +