Hello,
with the new reports plugin that is available with Foreman 3.2 (migration guide here),
we added a reports tab in the new host page (demo #107).
We will create improvements to it from time to time, and wanted to consult with you on the new status filter buttons, currently they filter based on the status summary column e.g: https://user-images.githubusercontent.com/26363699/156933880-993d4dce-1787-4e3a-83fa-b4dbb45f39de.mp4
Currently when a user clicks on the buttons it will perform a search with AND
operator, e.g:
changed > 0 AND unchanged > 0
,
failed > 0 AND unchanged > 0
any thoughts about this?
would glad to get some feedback, thanks!