Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't show channels-not-having-patch error when server is patched or not affected #9575

Open
HoussemNasri opened this issue Dec 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@HoussemNasri
Copy link
Collaborator

HoussemNasri commented Dec 14, 2024

What?

Given server patch status is patched or not affected

And server was scanned with OVAL metadata

Then frontend SHOULD NOT display the patch status accuracy warning with a message:

Server product channels out of sync; no patch information available

Why?

When the system is either patched or not affected, the availability of a patch in channels is irrelevant.

Displaying unnecessary warnings clutters the user interface, destracting focus from critical issues.

A cleaner and less verbose interface helps users focus on servers that are truly affected.

How?

Display this message conditionally:

return t("Server product channels out of sync; no patch information available");

Screenshots

image

@HoussemNasri HoussemNasri added the enhancement New feature or request label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant