-
Notifications
You must be signed in to change notification settings - Fork 929
feat(site): add healthcheck page for provisioner daemons #11494
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
Conversation
import { ProvisionerDaemonsPage } from "./ProvisionerDaemonsPage"; | ||
import { generateMeta } from "./storybook"; | ||
|
||
const meta: Meta = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add other stories to cover different conditions of this UI view?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, we need to do this for essentially all of the provisionerd healthchecks. I think this can be resolved in #10785
Also, you may want to place the UI screenshot in the PR description :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks very good! Great work on FE @johnstcn 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Part of #10676
Storybook screenshot: