Agent updates: refresh resets filters and host filtering is ineffective #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The new Agent updates screen is difficult to use because its automatic refresh resets operator input and the host filters do not affect the displayed results.
Current behaviour
Expected behaviour
Acceptance checks
Observed in release v1.2.0.
Reopened after local validation showed that preserving state across each three-second panel replacement still caused dropdown collapse and visible input flicker. The corrected approach is to remove polling entirely while selecting/filtering hosts and retain it only while a rollout is actively running. This keeps filtering purely client-side and prevents any idle form DOM replacement.