[pve-devel] applied: Re: [PATCH widget-toolkit] fix #3919: show first task output line correctly

Thomas Lamprecht t.lamprecht at proxmox.com
Fri Mar 4 14:55:36 CET 2022


On 03/03/2022 15:11, Dominik Csapak wrote:
> if a task did not produce output yet, we always get a single line
> with "no output". our heuristic in the gui counts the total lines +
> the current  position. so to update the first output correctly, we
> have to update every time in case we only have one line.
> 
> Otherwise, we only update on the second line, which is bad
> in case the only line we ever get is the result.
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  src/panel/LogView.js | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
>

applied, thanks!





More information about the pve-devel mailing list