mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
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>