Skip to content

Commit

Permalink
R #5283 Added scroll bar in Sunstone VM Log (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Coronado authored and tinova committed Jul 26, 2017
1 parent 457ef3d commit 399dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sunstone/public/app/tabs/vms-tab/panels/log.js
Expand Up @@ -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>' +
Expand Down

0 comments on commit 399dd4d

Please sign in to comment.