Updated Branches: refs/heads/4.2 4f9af26be -> 7bce498c1
CLOUDSTACK-5037: UI > Infrastructure > clusters > Settings tab > when "cpu.overprovisioning.factor" or "mem.overprovisioning.factor" is changed, pop up a warning message > change text. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/7bce498c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/7bce498c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/7bce498c Branch: refs/heads/4.2 Commit: 7bce498c19e9cf5f1c734d7fa5dccc0948cbeeba Parents: 4f9af26 Author: Jessica Wang <[email protected]> Authored: Wed Nov 6 15:51:53 2013 -0800 Committer: Jessica Wang <[email protected]> Committed: Wed Nov 6 15:52:48 2013 -0800 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/7bce498c/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 6bd51e6..4b70636 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -11380,7 +11380,7 @@ if (args.data.jsonObj.name == 'cpu.overprovisioning.factor' || args.data.jsonObj.name == 'mem.overprovisioning.factor') { cloudStack.dialog.notice({ - message: 'Please note - you are changing the over provisioning factor for a cluster with vms running. Please refer to the admin guide to understand the capacity calculation.' + message: 'Please note - if you are changing the over provisioning factor for a cluster with vms running, please refer to the admin guide to understand the capacity calculation.' }); }
