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 <[email protected]>
Authored: Wed Nov 6 15:51:53 2013 -0800
Committer: Jessica Wang <[email protected]>
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.'
                                                        });
                                                     }
                                                     

Reply via email to