changing default 'GSLB provider' check box value to unchecked in UI
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/53499c08 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/53499c08 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/53499c08 Branch: refs/heads/rbd-snap-clone Commit: 53499c085873859dca00ee1180720656b137e374 Parents: b3096db Author: Murali Reddy <muralimmre...@gmail.com> Authored: Wed May 22 14:05:53 2013 +0530 Committer: Murali Reddy <muralimmre...@gmail.com> Committed: Wed May 22 16:26:46 2013 +0530 ---------------------------------------------------------------------- ui/scripts/system.js | 4 ++-- ui/scripts/zoneWizard.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53499c08/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 11365c1..31e47e4 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -3317,7 +3317,7 @@ gslbprovider: { label: 'GSLB service', isBoolean: true, - isChecked: true + isChecked: false }, gslbproviderpublicip: { label: 'GSLB service Public IP' @@ -7009,7 +7009,7 @@ gslbprovider: { label: 'GSLB service', isBoolean: true, - isChecked: true + isChecked: false }, gslbproviderpublicip: { label: 'GSLB service Public IP' http://git-wip-us.apache.org/repos/asf/cloudstack/blob/53499c08/ui/scripts/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/zoneWizard.js b/ui/scripts/zoneWizard.js index 9b28c32..5a89cb3 100755 --- a/ui/scripts/zoneWizard.js +++ b/ui/scripts/zoneWizard.js @@ -664,7 +664,7 @@ gslbprovider: { label: 'GSLB service', isBoolean: true, - isChecked: true + isChecked: false }, gslbproviderpublicip: { label: 'GSLB service Public IP'