I found an interesting bug related to the Environment filter. When I click on “Cloud”, it unexpectedly modifies “Local”, and vice versa. As a result, the final filter state and the displayed checkmarks end up being identical.
Hey, thanks for the report. I looked into what’s happening. It’s not a bug, the checkboxes aren’t swapped, this is how the filter is designed.
Here’s the logic: the filter won’t let you hide everything. When “All” is selected, both rows Cloud and Local are checked. If you uncheck the last remaining environment, the state “nothing selected” isn’t allowed, so the filter resets back to “All” and the second row gets checked again. Because of that, from a narrowed state, clicking either row ends up in the same result both checked, and it can look like clicking “Cloud” toggles “Local”.
How to get what you want:
To see only Cloud agents, uncheck Local, don’t check Cloud.
To see only Local agents, uncheck Cloud.
So the checkboxes control what to show, not what to hide. The list always matches what’s checked, nothing is breaking.
I agree this isn’t obvious for a two-value filter, I’ll pass it along as UX feedback to the team.
Also, you’re on 3.7.42, that’s about two months old. Updating won’t change this filter behavior, but it’s still a good idea to update to the latest. Let me know if anything else looks off.