]> git.proxmox.com Git - proxmox-widget-toolkit.git/blobdiff - window/TaskViewer.js
rework panel/LogView
[proxmox-widget-toolkit.git] / window / TaskViewer.js
index 39f42ad39b5b1aab618d20a1b45c252877ba5d68..b50888205aebcdf5744144081e413376cef7a985 100644 (file)
@@ -198,8 +198,8 @@ Ext.define('Proxmox.window.TaskViewer', {
            var status = statgrid.getObjectValue('status');
            
            if (status === 'stopped') {
-               logView.requestUpdate(undefined, true);
                logView.scrollToEnd = false;
+               logView.requestUpdate();
                statstore.stopUpdate();
                me.taskDone(statgrid.getObjectValue('exitstatus') == 'OK');
            }