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

On the front page categories status is empty if components are ok. Would be nice to have it "Operational" #320

Open
jouniso opened this issue Apr 18, 2024 · 1 comment

Comments

@jouniso
Copy link

jouniso commented Apr 18, 2024

By default status for components is empty and if there is issues in components, then there is status text after component. It would be nice to have "Operational" text displayed when everything is ok with all it's components.

On code

// By default, all is good but we change this value
// for progressively worse statuses
var highestLevelStatus = '';

It would be nice to have it default to 'ok'

var highestLevelStatus = 'ok';

Then categories that have all components in ok state would have Operational text even when they are closed.

status

@mistermantas
Copy link
Member

hi, feel free to add this in a PR :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants