-
Notifications
You must be signed in to change notification settings - Fork 367
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
upcoming: [M3-7700] - Make ACLB Copy Changes Requested by UX #10128
upcoming: [M3-7700] - Make ACLB Copy Changes Requested by UX #10128
Conversation
{ label: 'TCP', value: 'tcp' }, | ||
{ label: 'HTTP', value: 'http' }, |
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.
UX wanted the order changed so that HTTPS
was first
Coverage Report: ✅ |
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.
Noticing a few differences from the document:
- Mentions a field called "Health Check Host Header" that doesn't exist in
ServiceTargetDrawer
- Mentions a field called "Hostname Match (optional) that is currently called "Hostname (optional) in
RuleDrawer
and also has different tooltip content. - Describes an "Algorithm tooltip" that is displayed as a description in
ServiceTargetDrawer
@@ -1,5 +1,7 @@ | |||
export const ROUTE_COPY = { | |||
Description: { | |||
Description: | |||
'Routes assigned to a load balancer’s configuration, define how incoming requests are directed to service targets.', |
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.
This is identical to the UI copy, but the comma seems unnecessary.
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.
Fixed 087e58c
|
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.
Thanks for making requested changes 🚀
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.
packages/manager/src/features/LoadBalancers/LoadBalancerDetail/Certificates/constants.tsx
Outdated
Show resolved
Hide resolved
…/Certificates/constants.tsx Co-authored-by: Mariah Jacobs <114685994+mjac0bs@users.noreply.github.com>
@mjac0bs I think you're thinking of this drawer on the configurations tab. |
@bnussman-akamai Oops, yep, thanks. I looked in the Configurations tab, but must have only looked at existing configurations that were not HTTPS because I didn't see that button for the Cert drawer and got confused. |
Merging this PR on behalf of @bnussman |
Description 📝
How to test 🧪
Prerequisites
dev-test-aglb
account with the dev environmentVerification steps
As an Author I have considered 🤔