c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Add filter to report downloads #56

Closed c-bless closed 9 months ago

c-bless commented 9 months ago

It should be possible to filter results for a report by system group or area (location). Thus, download buttons in reports needs to be changed to POST forms instead of GET requests.

c-bless commented 9 months ago

Forms added to reports that allow to filter at least for "system group" and "location". Download buttons are changed from GET to POST request, that same filters fields apply for exports as well.