-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add intermediate confirmation step in ApiKeySettingsModal #2514
Conversation
09f6653
to
d56d0d4
Compare
@CDimonaco Thanks for this. This works well for me and I see that it retains the state (values of) nicely. 😄 I would like you to add a full stop (.) at the end of the last sentence, "This action cannot be undone". I will double check the warning message in general with @abravosuse. |
@CDimonaco Can we also change the warning message to say " ...on all the registered hosts." instead of " ...in all the registered hosts." So the full message is this... "Generating a new API Key forces an update of the agent configuration on all the registered hosts. This action cannot be undone." |
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.
LGTM
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.
Nice!
Loved the transition in storybook
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.
Hey man great job lgtm!
Description
Add confirmation modal in ApiKeySettings dialog, to double check if the user wants to generate a new Api key
How was this tested?
Automated/e2e tests