diff --git a/src/panel/LogView.js b/src/panel/LogView.js index 412b26e..dcbd002 100644 --- a/src/panel/LogView.js +++ b/src/panel/LogView.js @@ -53,9 +53,8 @@ Ext.define('Proxmox.panel.LogView', { let data = viewModel.get('data'); if (first === data.first && total === data.total && lines.length === data.lines) { - // before there is any real output, we get 'no output' as a single line. - // so always update if we only have one to be sure to catch - // the first real line of output + // before there is any real output, we get 'no output' as a single line, so always + // update if we only have one to be sure to catch the first real line of output if (total !== 1) { return; // same content, skip setting and scrolling }