You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2013/11/07 00:52:18 UTC

git commit: updated refs/heads/master to fc7489a

Updated Branches:
  refs/heads/master fac22936f -> fc7489a28


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/fc7489a2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc7489a2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc7489a2

Branch: refs/heads/master
Commit: fc7489a2813315322766a6dda17cec2e4a7d8130
Parents: fac2293
Author: Jessica Wang <je...@apache.org>
Authored: Wed Nov 6 15:51:53 2013 -0800
Committer: Jessica Wang <je...@apache.org>
Committed: Wed Nov 6 15:52:08 2013 -0800

----------------------------------------------------------------------
 ui/scripts/system.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc7489a2/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index a315492..fd6a136 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -12033,7 +12033,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.'
                                                     	});
                                                     }