ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
34 stars 2 forks source link

Search for jobs by name on /admin/automation/jobs #3485

Closed mikedhanson closed 1 month ago

mikedhanson commented 1 month ago

Summary of the new feature / enhancement

I would like to be able to search for jobs on the jobs page by either id, name, status, tags and maybe the user that started the job?

The search box could be right above the id and script columns

image

Proposed technical implementation details (optional)

No response

adamdriscoll commented 1 month ago

This is implemented in v5. The filtering features on the jobs page are way better. You can customize the columns that are visible and filter by most of them. There is also a search bar that currently searches script, tags and user name but we could add status as well.

image