CLOUDSTACK-9236: Load Balancing Health Check button displayed when non-NetScaler offering is used#1338
Merged
Conversation
Member
|
@nitin-maharana, if you create the function I suggested you to create in PR #1337, you could re-use it here. The code block 3637-3650 is the same as the one in the other PR and you are working in the same file. |
Contributor
Author
|
@rafaelweingartner : Superb I will make the modification on both PRs. Thanks. |
aec5e4e to
3787f4d
Compare
…n-NetScaler offering is used This button will be shown only when the load balancer is NetScaler. Otherwise it is hidden.
Contributor
|
@nitin-maharana I like it when you put screenshots, as this speeds up my testing because I can see what you mean. I will test it soon, can you help me by putting a screenshot so that I look for the right thing? Thanks! Update: Never mind, figured it out ;-) |
Contributor
Contributor
|
I have some remarks about style (made one) but the logic looks fine. LGTM |
asfgit
pushed a commit
that referenced
this pull request
Jan 19, 2016
CLOUDSTACK-9236: Load Balancing Health Check button displayed when non-NetScaler offering is usedLoad balancing health check option / button should only be displayed when a NetScaler based networking offering is being used. If you try to use the health check option when NetScaler is not being used as the load balancing technology the UI throws an error stating that the health check option is not supported. This button / option should be removed from the UI if NetScaler is not included in the network offering as customers will be confused. Fix: === This button will be shown only when the load balancer is NetScaler. Otherwise it is hidden. * pr/1338: CLOUDSTACK-9236: Load Balancing Health Check button displayed when non-NetScaler offering is used Signed-off-by: Remi Bergsma <github@remi.nl>
Contributor
Author
|
Thanks @remibergsma. Sorry I saw your comments bit late. You have already figured it out. Thanks @DaanHoogland |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Load balancing health check option / button should only be displayed when a NetScaler based networking offering is being used.
If you try to use the health check option when NetScaler is not being used as the load balancing technology the UI throws an error stating that the health check option is not supported.
This button / option should be removed from the UI if NetScaler is not included in the network offering as customers will be confused.
Fix:
This button will be shown only when the load balancer is NetScaler.
Otherwise it is hidden.