cockpit-project / cockpit-podman

Cockpit UI for podman containers
GNU Lesser General Public License v2.1
446 stars 92 forks source link

Improve filtering of containers list #1098

Open garrett opened 2 years ago

garrett commented 2 years ago

We should implement improved filtering, so one could filter by status (not just start/stop), but also owner.

Perhaps a faceted filter makes sense? https://www.patternfly.org/v4/guidelines/filters/#faceted-filter

Or, perhaps we should have two single selects instead? https://www.patternfly.org/v4/guidelines/filters/#single-select

  1. All users, system, current user name here
  2. Status

Or, for a basic first pass that's simplest, we could just change the running / not running dropdown into a status single select and call this done (for now), especially as most users would probably use all system containers or all user session containers, without mixing the two that frequently.

Abro0058T commented 11 months ago

@garrett Can i work on this issue?