mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 14:47:04 -05:00
[PR #2573] [MERGED] fix: exclude labels from container search to prevent false positives #3036
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?
📋 Pull Request Information
Original PR: https://github.com/fosrl/pangolin/pull/2573
Author: @Fizza-Mukhtar
Created: 3/1/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @oschwartz10612
Base:
main← Head:fix/container-search-excludes-labels-2228📝 Commits (1)
7ce589cfix: exclude labels from container search to prevent false positives📊 Changes
1 file changed (+1 additions, -2 deletions)
View changed files
📝
src/components/ContainersSelector.tsx(+1 -2)📄 Description
Community Contribution License Agreement
By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.
Fixes #2228
Problem
Container search was including Docker labels in searchable fields. This caused false positives when using Docker Compose, since all containers in a stack share the same compose file path in their labels.
Fix
Removed labels from the search fields. Labels are already accessible via their own dedicated column and popover, so excluding them from search gives more accurate results.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.