Merge pull request #1340 from nitin-maharana/CloudStack-Nitin23_4.7 CLOUDSTACK-9237: Create LB Healthcheck issues - button alignment and error message goes outside the windowBrowser - Chrome Version 47.0.2526.106 m
Steps to Repro: ============ Open up - Network-Guest Networks -> IP Addresses-> IP<Static NAT> -> Load Balancing - click on the "Configure" button below the healthcheck, - opens a "label.heath.check.wizard" Issues: ====== (1) Please see the snapshot attached - leave the default values as is and click on the "Create" - opens a "Status" dialog with an error message (2) Message on the dialog goes outside the window Fix: === Increased the size of width of dialog box. Json response parsing was missing. Added it. Snapshot for Error Message Issue: ===========================  Snapshot of the fix: =============== <img width="627" alt="fixed_ss1_nitin" src="https://cloud.githubusercontent.com/assets/12583725/12320935/76613368-bad1-11e5-8540-cbd565edff9f.png"> Snapshot for out of window issue: ==========================  Snapshot of the fix: =============== <img width="695" alt="fixed_ss2_nitin" src="https://cloud.githubusercontent.com/assets/12583725/12320970/a3f7e2ae-bad1-11e5-8a9c-d2811aa6effc.png"> * pr/1340: CLOUDSTACK-9237: Create LB Healthcheck issues - button alignment and error message goes outside the window Signed-off-by: Remi Bergsma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/c99f57fc Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/c99f57fc Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/c99f57fc Branch: refs/heads/master Commit: c99f57fc936897a1eb897066fbf284407965cddb Parents: ed23ac6 49f78d1 Author: Remi Bergsma <[email protected]> Authored: Wed Jan 20 22:03:53 2016 +0100 Committer: Remi Bergsma <[email protected]> Committed: Wed Jan 20 22:03:53 2016 +0100 ---------------------------------------------------------------------- .../cloud/network/lb/LoadBalancingRulesManagerImpl.java | 2 +- ui/scripts/ui-custom/healthCheck.js | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) ----------------------------------------------------------------------
