Scope
webui
Actual Behavior
Given you enabled "Watch" mode and then start scrolling in the log table, when new data is received, the log table is re-rendered and automatically scrolls to top.
This makes exploring past lgos while "watch" mode is enabled quite annoying.
Desired Behavior
Either the log table should not be re-rendered and only the data should be updated. Or the scroll position should be saved and restored after the data update.
Relevant Logs