-
Notifications
You must be signed in to change notification settings - Fork 902
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
fix(provider/azure): Fix UI for Azure Load Balancer in server group c… #7055
Conversation
linked with spinnaker/clouddriver#3713 |
@maggieneterval, please possibly help apply this hotfix PR to v1.14.0. To supplement the background, though there are multiple bug fixes included, the cause could be regarded as unique that we brought in the 2nd Spinnaker Load Balancer type for Azure: Azure Load Balancer (ALB). Between the 2 types of Azure Load Balancers (Load Balancer and Application Gateway), there is compatibility issue which resulted in the above symptoms. |
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! Happy to cherry-pick into 1.14 as well.
@@ -38,7 +38,7 @@ <h3 class="horizontal middle space-between flex-1" select-on-dbl-click> | |||
class="disabled" | |||
tooltip="You must detach all server groups before you can delete this load balancer." | |||
> | |||
<a href ng-click="ctrl.deleteLoadBalancer()">Delete Load Balancer</a> | |||
<a href>Delete Load Balancer</a> |
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.
Did you mean to remove the click handler?
@spinnakerbot cherry-pick 1.14 |
Cherry pick successful: #7057 |
This pull request fix the issues:
We hope this PR could be applied to v1.14.0 as a hotfix, thanks!