Actions
Bug #25005
closedHosts with no reports widget link generates incorrect search
Difficulty:
trivial
Triaged:
No
Bugzilla link:
Pull request:
Description
Steps to Reproduce:
1.Create some hosts
2.Goto Dashboard
3.Look at "Host Configuration Status for all" component => "hosts with no reports", that should show a number > 0 of not reported hosts
4.Click on "hosts with no reports"
Actual results:
No hosts listed
Expected results:
The same number of hosts indicated in the dashboard "hosts with no reports"
Additional info:
1- The query associated with "hosts with no reports" should be wrong, now the query is as following
'last_report > "30 minutes ago" and not has last_report and status.enabled = true'
should be
'not has last_report and status.enabled = true'
Updated by The Foreman Bot almost 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6082 added
Updated by Lukas Zapletal almost 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 38c7ab7e43ad92b520f1cdaa9c2453fd932518d1.
Actions