-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
UI/control group db cred #12024
UI/control group db cred #12024
Conversation
} | ||
|
||
@task(function*() { |
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.
much cleaner, thank you for moving this logic out of the component.
@@ -38,7 +38,7 @@ | |||
{{on 'click' (fn this.generateCreds @model.id)}} | |||
data-test-database-role-generate-creds | |||
> | |||
Generate credentials | |||
{{if (eq @model.type "static") "Get credentials" "Generate credentials"}} |
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.
thank you for tackling this while you're in here
@@ -18,15 +18,15 @@ | |||
</p.levelLeft> |
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.
glimmerizing! 💙
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.
Thank you! And thank you for cleaning up old work while you're in there.
Fix a bug where control groups were not working properly on database credential paths. It now works as expected (approver on left, requester on right):
The language for "Generate credentials" has also been updated for static type roles only: