Page MenuHomePhorge

Query Panel's "View All" should remove the Page Limit
Open, Needs TriagePublic

Description

Query panels show a result of a query, and have a "View All" button.
When adding a page-size to the query (To limit the amount of results shown on the dashboard), clicking "View All" shows the same amount of items, because the page-size is part of the query.

The page-size should be special cased here, and only apply to the query panel. Maybe even extract it from the query into the panel's config; The default page-size should be used.

Also, the query form itself should be hidden after clicking "view all".