Updated Branches: refs/heads/master 387fe5777 -> 10cf9c2f2
CS-15687: cloudstack 3.0 UI - zone wizard - change timer setting for adding netcaler provider. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/10cf9c2f Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/10cf9c2f Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/10cf9c2f Branch: refs/heads/master Commit: 10cf9c2f2080ee89997d15010f14fcd85944a0c0 Parents: 387fe57 Author: Jessica Wang <[email protected]> Authored: Wed Aug 1 17:18:04 2012 -0700 Committer: Jessica Wang <[email protected]> Committed: Wed Aug 1 17:18:28 2012 -0700 ---------------------------------------------------------------------- ui/scripts/zoneWizard.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/10cf9c2f/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 82f86ce..261668f 100644 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -2047,9 +2047,9 @@ alert("addNetworkServiceProvider&name=Netscaler failed. Error: " + errorMsg); } }); - }); + }, 3000); } - }, 3000); + }); //add netscaler provider (end) } else { //selectedNetworkOfferingHavingNetscaler == false
